#D5FDAF

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

Shades of Reef #D5FDAF

Tints of Reef #D5FDAF

Color information

#D5FDAF (or 0xD5FDAF) is unknown color: approx Reef. HEX triplet: D5, FD and AF. RGB value is (213,253,175). Sum of RGB (Red+Green+Blue) = 213+253+175=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 253 (99.22% from 255 or 39.47% from 641); Blue value is 175 (68.75% from 255 or 27.30% from 641); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FDAF is #2A0250. Grayscale: #E8E8E8. Windows color (decimal): -2753105 or 11533781. OLE color: 11533781.

HSL color Cylindrical-coordinate representation of color #D5FDAF: hue angle of 90.77º degrees, saturation: 0.95, 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 #D5FDAF is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB213253175-
CMYK0.1600.310.01
HSL90.77º95.12%83.92%-
HSV(B)90.77º30.83%99.22%-
XYZ70.387.4953.74-
YUV232.1595.75114.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.23%
GREEN value IS 253 (99.22% from 255) = 39.47%
BLUE value IS 175 (68.75% from 255) = 27.30%
R=33.23%
G=39.47%
B=27.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132531750.1600.310.0190.7795.1283.92
HexD5FDAF1001F15b5f54
Octal325375257200371133137124
Binary110101011111110110101111100000111111101101110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FDAF; }

 p { color: rgb(213,253,175); }

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

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

 a { background-color: rgb(213,253,175); }

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

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

 span { border-color: rgb(213,253,175); }

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