#D4F3AA

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

Shades of Reef #D4F3AA

Tints of Reef #D4F3AA

Color information

#D4F3AA (or 0xD4F3AA) is unknown color: approx Reef. HEX triplet: D4, F3 and AA. RGB value is (212,243,170). Sum of RGB (Red+Green+Blue) = 212+243+170=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 170 (66.80% from 255 or 27.2% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F3AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F3AA is #2B0C55. Grayscale: #E1E1E1. Windows color (decimal): -2821206 or 11203540. OLE color: 11203540.

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

Color convert

RGB212243170-
CMYK0.1300.300.05
HSL85.48º75.26%80.98%-
HSV(B)85.48º30.04%95.29%-
XYZ66.468150.16-
YUV225.4196.73118.44-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.92%
GREEN value IS 243 (95.31% from 255) = 38.88%
BLUE value IS 170 (66.80% from 255) = 27.2%
R=33.92%
G=38.88%
B=27.2%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2122431700.1300.300.0585.4875.2680.98
HexD4F3AAD01E5554b51
Octal324363252150365125113121
Binary1101010011110011101010101101011110101101010110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F3AA; }

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

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

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

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

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

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

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

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