#DCFE96

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

Shades of Reef #DCFE96

Tints of Reef #DCFE96

Color information

#DCFE96 (or 0xDCFE96) is unknown color: approx Reef. HEX triplet: DC, FE and 96. RGB value is (220,254,150). Sum of RGB (Red+Green+Blue) = 220+254+150=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 150 (58.98% from 255 or 24.04% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFE96 is #230169. Grayscale: #E8E8E8. Windows color (decimal): -2294122 or 9895644. OLE color: 9895644.

HSL color Cylindrical-coordinate representation of color #DCFE96: hue angle of 79.62º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DCFE96 is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB220254150-
CMYK0.1300.410.00
HSL79.62º98.11%79.22%-
HSV(B)79.62º40.94%99.61%-
XYZ70.4688.342.18-
YUV231.9881.74119.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 254 (99.61% from 255) = 40.71%
BLUE value IS 150 (58.98% from 255) = 24.04%
R=35.26%
G=40.71%
B=24.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202541500.1300.410.0079.6298.1179.22
HexDCFE96D029050624f
Octal334376226150510120142117
Binary110111001111111010010110110101010010101000011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFE96; }

 p { color: rgb(220,254,150); }

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

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

 a { background-color: rgb(220,254,150); }

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

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

 span { border-color: rgb(220,254,150); }

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