#D5F8AF

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

Shades of Reef #D5F8AF

Tints of Reef #D5F8AF

Color information

#D5F8AF (or 0xD5F8AF) is unknown color: approx Reef. HEX triplet: D5, F8 and AF. RGB value is (213,248,175). Sum of RGB (Red+Green+Blue) = 213+248+175=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F8AF is #2A0750. Grayscale: #E5E5E5. Windows color (decimal): -2754385 or 11532501. OLE color: 11532501.

HSL color Cylindrical-coordinate representation of color #D5F8AF: hue angle of 88.77º degrees, saturation: 0.84, 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 #D5F8AF is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB213248175-
CMYK0.1400.290.03
HSL88.77º83.91%82.94%-
HSV(B)88.77º29.44%97.25%-
XYZ68.7584.3853.22-
YUV229.2197.4116.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.49%
GREEN value IS 248 (97.27% from 255) = 38.99%
BLUE value IS 175 (68.75% from 255) = 27.52%
R=33.49%
G=38.99%
B=27.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132481750.1400.290.0388.7783.9182.94
HexD5F8AFE01D3595453
Octal325370257160353131124123
Binary110101011111100010101111111001110111101100110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F8AF; }

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

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

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

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

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

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

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

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