Html Css Color HEX #DEF2AA Reef

📋 copy color: '#DEF2AA'

red 222 ◦ green 242 ◦ blue 170

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

Shades of Reef #DEF2AA

Tints of Reef #DEF2AA

RGB

 RED value IS 222 (87.11% from 255) = 35.02%

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

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

R = 35.02%
G = 38.17%
B = 26.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#DEF2AA (or 0xDEF2AA) is known color: Reef. HEX triplet: DE, F2 and AA. RGB value is (222,242,170). Sum of RGB (Red+Green+Blue) = 222+242+170=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 170 (66.80% from 255 or 26.81% from 634); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF2AA is #210D55. Grayscale: #E4E4E4. Windows color (decimal): -2166102 or 11203294. OLE color: 11203294.

HSL color Cylindrical-coordinate representation of color #DEF2AA: hue angle of 76.67º 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 #DEF2AA is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 242 170 -
CMYK 0.08 0 0.30 0.05
HSL 76.67º 0.73% 0.81% -
HSV(B) 76.67º 0.3% 0.95% -
XYZ 69.13 81.94 50.2 -
YUV 227.81 95.37 123.85 -
System Red Green Blue C M Y K H S L
Decimal 222 242 170 0.08 0 0.30 0.05 76.67 0.73 0.81
Hex DE F2 AA 8 0 1E 5 4D 49 51
Octal 336 362 252 10 0 36 5 115 111 121
Binary 11011110 11110010 10101010 1000 0 11110 101 1001101 1001001 1010001

Color Harmonies of #DEF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF2AA

Black with #DEF2AA

Text Example


Text Example

White with #DEF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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