#D2F4AF

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

Shades of Reef #D2F4AF

Tints of Reef #D2F4AF

Color information

#D2F4AF (or 0xD2F4AF) is unknown color: approx Reef. HEX triplet: D2, F4 and AF. RGB value is (210,244,175). Sum of RGB (Red+Green+Blue) = 210+244+175=629 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.39% from 629); Green value is 244 (95.70% from 255 or 38.79% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F4AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2F4AF is #2D0B50. Grayscale: #E2E2E2. Windows color (decimal): -2952017 or 11531474. OLE color: 11531474.

HSL color Cylindrical-coordinate representation of color #D2F4AF: hue angle of 89.57º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2F4AF is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.04.

Color convert

RGB210244175-
CMYK0.1400.280.04
HSL89.57º75.82%82.16%-
HSV(B)89.57º28.28%95.69%-
XYZ66.6781.552.77-
YUV225.9799.24116.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.39%
GREEN value IS 244 (95.70% from 255) = 38.79%
BLUE value IS 175 (68.75% from 255) = 27.82%
R=33.39%
G=38.79%
B=27.82%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2102441750.1400.280.0489.5775.8282.16
HexD2F4AFE01C45a4c52
Octal322364257160344132114122
Binary1101001011110100101011111110011100100101101010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F4AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F4AF; }

 p { color: rgb(210,244,175); }

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

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

 a { background-color: rgb(210,244,175); }

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

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

 span { border-color: rgb(210,244,175); }

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