Html Css Color HEX #D2FEA9 Reef

📋 copy color: '#D2FEA9'

red 210 ◦ green 254 ◦ blue 169

#D2FEA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #D2FEA9

Tints of Reef #D2FEA9

RGB

 RED value IS 210 (82.42% from 255) = 33.18%

 GREEN value IS 254 (99.61% from 255) = 40.13%

 BLUE value IS 169 (66.41% from 255) = 26.7%

R = 33.18%
G = 40.13%
B = 26.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#D2FEA9 (or 0xD2FEA9) is known color: Reef. HEX triplet: D2, FE and A9. RGB value is (210,254,169). Sum of RGB (Red+Green+Blue) = 210+254+169=633 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.18% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 169 (66.41% from 255 or 26.70% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FEA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2FEA9 is #2D0156. Grayscale: #E7E7E7. Windows color (decimal): -2949463 or 11140818. OLE color: 11140818.

HSL color Cylindrical-coordinate representation of color #D2FEA9: hue angle of 91.06º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2FEA9 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB 210 254 169 -
CMYK 0.17 0 0.33 0.00
HSL 91.06º 0.98% 0.83% -
HSV(B) 91.06º 0.33% 1% -
XYZ 69.18 87.45 50.77 -
YUV 231.15 92.92 112.91 -
System Red Green Blue C M Y K H S L
Decimal 210 254 169 0.17 0 0.33 0.00 91.06 0.98 0.83
Hex D2 FE A9 11 0 21 0 5B 62 53
Octal 322 376 251 21 0 41 0 133 142 123
Binary 11010010 11111110 10101001 10001 0 100001 0 1011011 1100010 1010011

Color Harmonies of #D2FEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FEA9

Black with #D2FEA9

Text Example


Text Example

White with #D2FEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FEA9; }

 p { color: rgb(210,254,169); }

 H1.HeaderClassName
 {
   color: #D2FEA9;
 }
 .AnyTagClassName
 {
   color: #D2FEA9;
 }
</style>

background-color css

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

 a { background-color: rgb(210,254,169); }

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

border-color css

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

 span { border-color: rgb(210,254,169); }

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