#D9FEAF

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

Shades of Reef #D9FEAF

Tints of Reef #D9FEAF

Color information

#D9FEAF (or 0xD9FEAF) is unknown color: approx Reef. HEX triplet: D9, FE and AF. RGB value is (217,254,175). Sum of RGB (Red+Green+Blue) = 217+254+175=646 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.59% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FEAF is #260150. Grayscale: #EAEAEA. Windows color (decimal): -2490705 or 11534041. OLE color: 11534041.

HSL color Cylindrical-coordinate representation of color #D9FEAF: hue angle of 88.1º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9FEAF is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB217254175-
CMYK0.1500.310.00
HSL88.1º97.53%84.12%-
HSV(B)88.1º31.1%99.61%-
XYZ71.7988.7353.9-
YUV233.9394.74115.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.59%
GREEN value IS 254 (99.61% from 255) = 39.32%
BLUE value IS 175 (68.75% from 255) = 27.09%
R=33.59%
G=39.32%
B=27.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2172541750.1500.310.0088.197.5384.12
HexD9FEAFF01F0586254
Octal331376257170370130142124
Binary11011001111111101010111111110111110101100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FEAF; }

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

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

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

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

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

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

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

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