#D5F5AB

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

Shades of Reef #D5F5AB

Tints of Reef #D5F5AB

Color information

#D5F5AB (or 0xD5F5AB) is unknown color: approx Reef. HEX triplet: D5, F5 and AB. RGB value is (213,245,171). Sum of RGB (Red+Green+Blue) = 213+245+171=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 171 (67.19% from 255 or 27.19% from 629); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F5AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F5AB is #2A0A54. Grayscale: #E3E3E3. Windows color (decimal): -2755157 or 11269589. OLE color: 11269589.

HSL color Cylindrical-coordinate representation of color #D5F5AB: hue angle of 85.95º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5F5AB is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB213245171-
CMYK0.1300.300.04
HSL85.95º78.72%81.57%-
HSV(B)85.95º30.2%96.08%-
XYZ67.4482.3950.88-
YUV22796.4118.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.86%
GREEN value IS 245 (96.09% from 255) = 38.95%
BLUE value IS 171 (67.19% from 255) = 27.19%
R=33.86%
G=38.95%
B=27.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2132451710.1300.300.0485.9578.7281.57
HexD5F5ABD01E4564f52
Octal325365253150364126117122
Binary1101010111110101101010111101011110100101011010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F5AB; }

 p { color: rgb(213,245,171); }

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

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

 a { background-color: rgb(213,245,171); }

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

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

 span { border-color: rgb(213,245,171); }

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