#D4FFAA

Color #D4FFAA Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D4FFAA

Tints of Reef #D4FFAA

Color information

#D4FFAA (or 0xD4FFAA) is unknown color: approx 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

RGB212255170-
CMYK0.1700.330
HSL90.35º100%83.33%-
HSV(B)90.35º33.33%100%-
XYZ70.1788.4251.4-
YUV232.4592.75113.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.28%
GREEN value IS 255 (100% from 255) = 40.03%
BLUE value IS 170 (66.80% from 255) = 26.69%
R=33.28%
G=40.03%
B=26.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122551700.1700.33090.3510083.33
HexD4FFAA1102105a6453
Octal324377252210410132144123
Binary1101010011111111101010101000101000010101101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>