Html Css Color HEX #D9F2AA Reef

📋 copy color: '#D9F2AA'

red 217 ◦ green 242 ◦ blue 170

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

Shades of Reef #D9F2AA

Tints of Reef #D9F2AA

RGB

 RED value IS 217 (85.16% from 255) = 34.5%

 GREEN value IS 242 (94.92% from 255) = 38.47%

 BLUE value IS 170 (66.8% from 255) = 27.03%

R = 34.5%
G = 38.47%
B = 27.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#D9F2AA (or 0xD9F2AA) is known color: Reef. HEX triplet: D9, F2 and AA. RGB value is (217,242,170). Sum of RGB (Red+Green+Blue) = 217+242+170=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F2AA is #260D55. Grayscale: #E2E2E2. Windows color (decimal): -2493782 or 11203289. OLE color: 11203289.

HSL color Cylindrical-coordinate representation of color #D9F2AA: hue angle of 80.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9F2AA is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 242 170 -
CMYK 0.10 0 0.30 0.05
HSL 80.83º 0.73% 0.81% -
HSV(B) 80.83º 0.3% 0.95% -
XYZ 67.62 81.16 50.13 -
YUV 226.32 96.22 121.35 -
System Red Green Blue C M Y K H S L
Decimal 217 242 170 0.10 0 0.30 0.05 80.83 0.73 0.81
Hex D9 F2 AA A 0 1E 5 51 49 51
Octal 331 362 252 12 0 36 5 121 111 121
Binary 11011001 11110010 10101010 1010 0 11110 101 1010001 1001001 1010001

Color Harmonies of #D9F2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F2AA

Black with #D9F2AA

Text Example


Text Example

White with #D9F2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F2AA; }

 p { color: rgb(217,242,170); }

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

background-color css

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

 a { background-color: rgb(217,242,170); }

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

border-color css

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

 span { border-color: rgb(217,242,170); }

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