#D7FEAF

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

Shades of Reef #D7FEAF

Tints of Reef #D7FEAF

Color information

#D7FEAF (or 0xD7FEAF) is unknown color: approx Reef. HEX triplet: D7, FE and AF. RGB value is (215,254,175). Sum of RGB (Red+Green+Blue) = 215+254+175=644 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.39% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 175 (68.75% from 255 or 27.17% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #D7FEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FEAF is #280150. Grayscale: #E9E9E9. Windows color (decimal): -2621777 or 11534039. OLE color: 11534039.

HSL color Cylindrical-coordinate representation of color #D7FEAF: hue angle of 89.62º 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 #D7FEAF is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB215254175-
CMYK0.1500.310.00
HSL89.62º97.53%84.12%-
HSV(B)89.62º31.1%99.61%-
XYZ71.288.4353.87-
YUV233.3395.08114.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.39%
GREEN value IS 254 (99.61% from 255) = 39.44%
BLUE value IS 175 (68.75% from 255) = 27.17%
R=33.39%
G=39.44%
B=27.17%

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
Decimal2152541750.1500.310.0089.6297.5384.12
HexD7FEAFF01F05a6254
Octal327376257170370132142124
Binary11010111111111101010111111110111110101101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FEAF; }

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

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

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

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

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

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

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

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