#DFFB96

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

Shades of Reef #DFFB96

Tints of Reef #DFFB96

Color information

#DFFB96 (or 0xDFFB96) is unknown color: approx Reef. HEX triplet: DF, FB and 96. RGB value is (223,251,150). Sum of RGB (Red+Green+Blue) = 223+251+150=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 251 (98.44% from 255 or 40.22% from 624); Blue value is 150 (58.98% from 255 or 24.04% from 624); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFB96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFFB96 is #200469. Grayscale: #E7E7E7. Windows color (decimal): -2098282 or 9894879. OLE color: 9894879.

HSL color Cylindrical-coordinate representation of color #DFFB96: hue angle of 76.63º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFFB96 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB223251150-
CMYK0.1100.400.02
HSL76.63º92.66%78.63%-
HSV(B)76.63º40.24%98.43%-
XYZ70.4386.8841.91-
YUV231.1182.22122.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.74%
GREEN value IS 251 (98.44% from 255) = 40.22%
BLUE value IS 150 (58.98% from 255) = 24.04%
R=35.74%
G=40.22%
B=24.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232511500.1100.400.0276.6392.6678.63
HexDFFB96B02824d5d4f
Octal337373226130502115135117
Binary1101111111111011100101101011010100010100110110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFB96; }

 p { color: rgb(223,251,150); }

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

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

 a { background-color: rgb(223,251,150); }

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

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

 span { border-color: rgb(223,251,150); }

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