#D4F0AD

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

Shades of Reef #D4F0AD

Tints of Reef #D4F0AD

Color information

#D4F0AD (or 0xD4F0AD) is unknown color: approx Reef. HEX triplet: D4, F0 and AD. RGB value is (212,240,173). Sum of RGB (Red+Green+Blue) = 212+240+173=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 173 (67.97% from 255 or 27.68% from 625); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F0AD is #2B0F52. Grayscale: #E0E0E0. Windows color (decimal): -2821971 or 11399380. OLE color: 11399380.

HSL color Cylindrical-coordinate representation of color #D4F0AD: hue angle of 85.07º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4F0AD is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB212240173-
CMYK0.1200.280.06
HSL85.07º69.07%80.98%-
HSV(B)85.07º27.92%94.12%-
XYZ65.8579.3351.38-
YUV223.9999.22119.45-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.92%
GREEN value IS 240 (94.14% from 255) = 38.4%
BLUE value IS 173 (67.97% from 255) = 27.68%
R=33.92%
G=38.4%
B=27.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122401730.1200.280.0685.0769.0780.98
HexD4F0ADC01C6554551
Octal324360255140346125105121
Binary1101010011110000101011011100011100110101010110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F0AD; }

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

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

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

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

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

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

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

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