#D5FBAB

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

Shades of Reef #D5FBAB

Tints of Reef #D5FBAB

Color information

#D5FBAB (or 0xD5FBAB) is unknown color: approx Reef. HEX triplet: D5, FB and AB. RGB value is (213,251,171). Sum of RGB (Red+Green+Blue) = 213+251+171=635 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.54% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 171 (67.19% from 255 or 26.93% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FBAB is #2A0454. Grayscale: #E6E6E6. Windows color (decimal): -2753621 or 11271125. OLE color: 11271125.

HSL color Cylindrical-coordinate representation of color #D5FBAB: hue angle of 88.5º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D5FBAB is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB213251171-
CMYK0.1500.320.02
HSL88.5º90.91%82.75%-
HSV(B)88.5º31.87%98.43%-
XYZ69.2986.0851.49-
YUV230.5294.41115.5-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.54%
GREEN value IS 251 (98.44% from 255) = 39.53%
BLUE value IS 171 (67.19% from 255) = 26.93%
R=33.54%
G=39.53%
B=26.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132511710.1500.320.0288.590.9182.75
HexD5FBABF0202585b53
Octal325373253170402130133123
Binary1101010111111011101010111111010000010101100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FBAB; }

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

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

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

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

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

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

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

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