#DCFC97

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

Shades of Reef #DCFC97

Tints of Reef #DCFC97

Color information

#DCFC97 (or 0xDCFC97) is unknown color: approx Reef. HEX triplet: DC, FC and 97. RGB value is (220,252,151). Sum of RGB (Red+Green+Blue) = 220+252+151=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 252 (98.83% from 255 or 40.45% from 623); Blue value is 151 (59.38% from 255 or 24.24% from 623); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC97 is #230368. Grayscale: #E7E7E7. Windows color (decimal): -2294633 or 9960668. OLE color: 9960668.

HSL color Cylindrical-coordinate representation of color #DCFC97: hue angle of 79.01º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCFC97 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB220252151-
CMYK0.1300.400.01
HSL79.01º94.39%79.02%-
HSV(B)79.01º40.08%98.82%-
XYZ69.9187.0742.4-
YUV230.9282.9120.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 252 (98.83% from 255) = 40.45%
BLUE value IS 151 (59.38% from 255) = 24.24%
R=35.31%
G=40.45%
B=24.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202521510.1300.400.0179.0194.3979.02
HexDCFC97D02814f5e4f
Octal334374227150501117136117
Binary110111001111110010010111110101010001100111110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFC97; }

 p { color: rgb(220,252,151); }

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

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

 a { background-color: rgb(220,252,151); }

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

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

 span { border-color: rgb(220,252,151); }

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