#D4F0AF

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

Shades of Reef #D4F0AF

Tints of Reef #D4F0AF

Color information

#D4F0AF (or 0xD4F0AF) is unknown color: approx Reef. HEX triplet: D4, F0 and AF. RGB value is (212,240,175). Sum of RGB (Red+Green+Blue) = 212+240+175=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 240 (94.14% from 255 or 38.28% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F0AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F0AF is #2B0F50. Grayscale: #E0E0E0. Windows color (decimal): -2821969 or 11530452. OLE color: 11530452.

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

Color convert

RGB212240175-
CMYK0.1200.270.06
HSL85.85º68.42%81.37%-
HSV(B)85.85º27.08%94.12%-
XYZ66.0579.4152.4-
YUV224.22100.22119.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.81%
GREEN value IS 240 (94.14% from 255) = 38.28%
BLUE value IS 175 (68.75% from 255) = 27.91%
R=33.81%
G=38.28%
B=27.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122401750.1200.270.0685.8568.4281.37
HexD4F0AFC01B6564451
Octal324360257140336126104121
Binary1101010011110000101011111100011011110101011010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F0AF; }

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

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

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

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

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

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

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

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