#D5FBAD

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

Shades of Reef #D5FBAD

Tints of Reef #D5FBAD

Color information

#D5FBAD (or 0xD5FBAD) is unknown color: approx Reef. HEX triplet: D5, FB and AD. RGB value is (213,251,173). Sum of RGB (Red+Green+Blue) = 213+251+173=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 173 (67.97% from 255 or 27.16% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FBAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FBAD is #2A0452. Grayscale: #E7E7E7. Windows color (decimal): -2753619 or 11402197. OLE color: 11402197.

HSL color Cylindrical-coordinate representation of color #D5FBAD: hue angle of 89.23º 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 #D5FBAD is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB213251173-
CMYK0.1500.310.02
HSL89.23º90.7%83.14%-
HSV(B)89.23º31.08%98.43%-
XYZ69.4886.1652.5-
YUV230.7595.41115.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.44%
GREEN value IS 251 (98.44% from 255) = 39.40%
BLUE value IS 173 (67.97% from 255) = 27.16%
R=33.44%
G=39.40%
B=27.16%

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
Decimal2132511730.1500.310.0289.2390.783.14
HexD5FBADF01F2595b53
Octal325373255170372131133123
Binary110101011111101110101101111101111110101100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FBAD; }

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

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

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

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

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

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

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

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