#d2f0a4

Color #D2F0A4 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D2F0A4

Tints of Reef #D2F0A4

Color information

#D2F0A4 (or 0xD2F0A4) is unknown color: approx Reef. HEX triplet: D2, F0 and A4. RGB value is (210,240,164). Sum of RGB (Red+Green+Blue) = 210+240+164=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 164 (64.45% from 255 or 26.71% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F0A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F0A4 is #2D0F5B. Grayscale: #DEDEDE. Windows color (decimal): -2953052 or 10809554. OLE color: 10809554.

HSL color Cylindrical-coordinate representation of color #D2F0A4: hue angle of 83.68º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2F0A4 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB210240164-
CMYK0.1200.320.06
HSL83.68º71.7%79.22%-
HSV(B)83.68º31.67%94.12%-
XYZ64.4478.746.92-
YUV222.3795.06119.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 34.20%
GREEN value IS 240 (94.14% from 255) = 39.09%
BLUE value IS 164 (64.45% from 255) = 26.71%
R=34.20%
G=39.09%
B=26.71%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102401640.1200.320.0683.6871.779.22
HexD2F0A4C020654484f
Octal322360244140406124110117
Binary11010010111100001010010011000100000110101010010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2f0a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2f0a4; }

 p { color: rgb(210,240,164); }

 H1.HeaderClassName
 {
   color: #d2f0a4;
 }
 .AnyTagClassName
 {
   color: #d2f0a4;
 }
</style>
background-color css

<style>
 a { background-color: #d2f0a4; }

 a { background-color: rgb(210,240,164); }

 div.DivClassName
 {
   background-color: #d2f0a4;
 }
 .BgClassName
 {
   background-color: #d2f0a4;
 }
</style>
border-color css

<style>
 span { border-color: #d2f0a4; }

 span { border-color: rgb(210,240,164); }

 td.TdClassName
 {
   border-color: #d2f0a4;
 }
 .TagClassName
 {
   border-color: #d2f0a4;
 }
</style>