#D4FCAA

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

Shades of Reef #D4FCAA

Tints of Reef #D4FCAA

Color information

#D4FCAA (or 0xD4FCAA) is unknown color: approx Reef. HEX triplet: D4, FC and AA. RGB value is (212,252,170). Sum of RGB (Red+Green+Blue) = 212+252+170=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 252 (98.83% from 255 or 39.75% from 634); Blue value is 170 (66.80% from 255 or 26.81% from 634); Max value from RGB is 252 - color contains mainly: green. Hex color #D4FCAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FCAA is #2B0355. Grayscale: #E6E6E6. Windows color (decimal): -2818902 or 11205844. OLE color: 11205844.

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

Color convert

RGB212252170-
CMYK0.1600.330.01
HSL89.27º93.18%82.75%-
HSV(B)89.27º32.54%98.82%-
XYZ69.2286.5251.08-
YUV230.6993.75114.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.44%
GREEN value IS 252 (98.83% from 255) = 39.75%
BLUE value IS 170 (66.80% from 255) = 26.81%
R=33.44%
G=39.75%
B=26.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2122521700.1600.330.0189.2793.1882.75
HexD4FCAA100211595d53
Octal324374252200411131135123
Binary1101010011111100101010101000001000011101100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FCAA; }

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

 H1.HeaderClassName
 {
   color: #D4FCAA;
 }
 .AnyTagClassName
 {
   color: #D4FCAA;
 }
</style>
background-color css

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

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

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

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

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

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