#D4F2AD

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

Shades of Reef #D4F2AD

Tints of Reef #D4F2AD

Color information

#D4F2AD (or 0xD4F2AD) is unknown color: approx Reef. HEX triplet: D4, F2 and AD. RGB value is (212,242,173). Sum of RGB (Red+Green+Blue) = 212+242+173=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F2AD is #2B0D52. Grayscale: #E1E1E1. Windows color (decimal): -2821459 or 11399892. OLE color: 11399892.

HSL color Cylindrical-coordinate representation of color #D4F2AD: hue angle of 86.09º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4F2AD is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB212242173-
CMYK0.1200.290.05
HSL86.09º72.63%81.37%-
HSV(B)86.09º28.51%94.9%-
XYZ66.4580.5251.57-
YUV225.1698.56118.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.81%
GREEN value IS 242 (94.92% from 255) = 38.60%
BLUE value IS 173 (67.97% from 255) = 27.59%
R=33.81%
G=38.60%
B=27.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2122421730.1200.290.0586.0972.6381.37
HexD4F2ADC01D5564951
Octal324362255140355126111121
Binary1101010011110010101011011100011101101101011010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F2AD; }

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

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

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

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

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

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

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

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