#D5FBAC

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

Shades of Reef #D5FBAC

Tints of Reef #D5FBAC

Color information

#D5FBAC (or 0xD5FBAC) is unknown color: approx Reef. HEX triplet: D5, FB and AC. RGB value is (213,251,172). Sum of RGB (Red+Green+Blue) = 213+251+172=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 172 (67.58% from 255 or 27.04% from 636); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FBAC is #2A0453. Grayscale: #E6E6E6. Windows color (decimal): -2753620 or 11336661. OLE color: 11336661.

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

Color convert

RGB213251172-
CMYK0.1500.310.02
HSL88.86º90.8%82.94%-
HSV(B)88.86º31.47%98.43%-
XYZ69.3886.1252-
YUV230.6394.91115.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.49%
GREEN value IS 251 (98.44% from 255) = 39.47%
BLUE value IS 172 (67.58% from 255) = 27.04%
R=33.49%
G=39.47%
B=27.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132511720.1500.310.0288.8690.882.94
HexD5FBACF01F2595b53
Octal325373254170372131133123
Binary110101011111101110101100111101111110101100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FBAC; }

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

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

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

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

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

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

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

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