#D7FCAF

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

Shades of Reef #D7FCAF

Tints of Reef #D7FCAF

Color information

#D7FCAF (or 0xD7FCAF) is unknown color: approx Reef. HEX triplet: D7, FC and AF. RGB value is (215,252,175). Sum of RGB (Red+Green+Blue) = 215+252+175=642 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.49% from 642); Green value is 252 (98.83% from 255 or 39.25% from 642); Blue value is 175 (68.75% from 255 or 27.26% from 642); Max value from RGB is 252 - color contains mainly: green. Hex color #D7FCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7FCAF is #280350. Grayscale: #E8E8E8. Windows color (decimal): -2622289 or 11533527. OLE color: 11533527.

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

Color convert

RGB215252175-
CMYK0.1500.310.01
HSL88.83º92.77%83.73%-
HSV(B)88.83º30.56%98.82%-
XYZ70.5787.1653.66-
YUV232.1695.74115.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.49%
GREEN value IS 252 (98.83% from 255) = 39.25%
BLUE value IS 175 (68.75% from 255) = 27.26%
R=33.49%
G=39.25%
B=27.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152521750.1500.310.0188.8392.7783.73
HexD7FCAFF01F1595d54
Octal327374257170371131135124
Binary11010111111111001010111111110111111101100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FCAF; }

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

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

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

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

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

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

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

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