Html Css Color HEX #D4FFAA Reef

📋 copy color: '#D4FFAA'

red 212 ◦ green 255 ◦ blue 170

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

Shades of Reef #D4FFAA

Tints of Reef #D4FFAA

RGB

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

 GREEN value IS 255 (100% from 255) = 40.03%

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

R = 33.28%
G = 40.03%
B = 26.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#D4FFAA (or 0xD4FFAA) is known color: Reef. HEX triplet: D4, FF and AA. RGB value is (212,255,170). Sum of RGB (Red+Green+Blue) = 212+255+170=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 170 (66.80% from 255 or 26.69% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FFAA is #2B0055. Grayscale: #E8E8E8. Windows color (decimal): -2818134 or 11206612. OLE color: 11206612.

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

Color convert

RGB 212 255 170 -
CMYK 0.17 0 0.33 0
HSL 90.35º 1% 0.83% -
HSV(B) 90.35º 0.33% 1% -
XYZ 70.17 88.42 51.4 -
YUV 232.45 92.75 113.41 -
System Red Green Blue C M Y K H S L
Decimal 212 255 170 0.17 0 0.33 0 90.35 1 0.83
Hex D4 FF AA 11 0 21 0 5A 64 53
Octal 324 377 252 21 0 41 0 132 144 123
Binary 11010100 11111111 10101010 10001 0 100001 0 1011010 1100100 1010011

Color Harmonies of #D4FFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4FFAA

Black with #D4FFAA

Text Example


Text Example

White with #D4FFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4FFAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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