#DCF996

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

Shades of Reef #DCF996

Tints of Reef #DCF996

Color information

#DCF996 (or 0xDCF996) is unknown color: approx Reef. HEX triplet: DC, F9 and 96. RGB value is (220,249,150). Sum of RGB (Red+Green+Blue) = 220+249+150=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 249 (97.66% from 255 or 40.23% from 619); Blue value is 150 (58.98% from 255 or 24.23% from 619); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF996 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF996 is #230669. Grayscale: #E5E5E5. Windows color (decimal): -2295402 or 9894364. OLE color: 9894364.

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

Color convert

RGB220249150-
CMYK0.1200.400.02
HSL77.58º89.19%78.24%-
HSV(B)77.58º39.76%97.65%-
XYZ68.985.1741.66-
YUV229.0483.39121.55-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 249 (97.66% from 255) = 40.23%
BLUE value IS 150 (58.98% from 255) = 24.23%
R=35.54%
G=40.23%
B=24.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202491500.1200.400.0277.5889.1978.24
HexDCF996C02824e594e
Octal334371226140502116131116
Binary1101110011111001100101101100010100010100111010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF996; }

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

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

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

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

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

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

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

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