#D9F7AF

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

Shades of Reef #D9F7AF

Tints of Reef #D9F7AF

Color information

#D9F7AF (or 0xD9F7AF) is unknown color: approx Reef. HEX triplet: D9, F7 and AF. RGB value is (217,247,175). Sum of RGB (Red+Green+Blue) = 217+247+175=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 247 (96.88% from 255 or 38.65% from 639); Blue value is 175 (68.75% from 255 or 27.39% from 639); Max value from RGB is 247 - color contains mainly: green. Hex color #D9F7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F7AF is #260850. Grayscale: #E6E6E6. Windows color (decimal): -2492497 or 11532249. OLE color: 11532249.

HSL color Cylindrical-coordinate representation of color #D9F7AF: hue angle of 85º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9F7AF is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB217247175-
CMYK0.1200.290.03
HSL85º81.82%82.75%-
HSV(B)85º29.15%96.86%-
XYZ69.6184.3753.17-
YUV229.8297.06118.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.96%
GREEN value IS 247 (96.88% from 255) = 38.65%
BLUE value IS 175 (68.75% from 255) = 27.39%
R=33.96%
G=38.65%
B=27.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2172471750.1200.290.038581.8282.75
HexD9F7AFC01D3555253
Octal331367257140353125122123
Binary110110011111011110101111110001110111101010110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F7AF; }

 p { color: rgb(217,247,175); }

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

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

 a { background-color: rgb(217,247,175); }

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

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

 span { border-color: rgb(217,247,175); }

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