Html Css Color HEX #D4F2AA Reef

📋 copy color: '#D4F2AA'

red 212 ◦ green 242 ◦ blue 170

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

Shades of Reef #D4F2AA

Tints of Reef #D4F2AA

RGB

 RED value IS 212 (83.2% from 255) = 33.97%

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

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

R = 33.97%
G = 38.78%
B = 27.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#D4F2AA (or 0xD4F2AA) is known color: Reef. HEX triplet: D4, F2 and AA. RGB value is (212,242,170). Sum of RGB (Red+Green+Blue) = 212+242+170=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 242 (94.92% from 255 or 38.78% from 624); Blue value is 170 (66.80% from 255 or 27.24% from 624); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F2AA is #2B0D55. Grayscale: #E1E1E1. Windows color (decimal): -2821462 or 11203284. OLE color: 11203284.

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

Color convert

RGB 212 242 170 -
CMYK 0.12 0 0.30 0.05
HSL 85º 0.73% 0.81% -
HSV(B) 85º 0.3% 0.95% -
XYZ 66.16 80.4 50.06 -
YUV 224.82 97.06 118.85 -
System Red Green Blue C M Y K H S L
Decimal 212 242 170 0.12 0 0.30 0.05 85 0.73 0.81
Hex D4 F2 AA C 0 1E 5 55 49 51
Octal 324 362 252 14 0 36 5 125 111 121
Binary 11010100 11110010 10101010 1100 0 11110 101 1010101 1001001 1010001

Color Harmonies of #D4F2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4F2AA

Black with #D4F2AA

Text Example


Text Example

White with #D4F2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4F2AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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