#DCFC93

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

Shades of Reef #DCFC93

Tints of Reef #DCFC93

Color information

#DCFC93 (or 0xDCFC93) is unknown color: approx Reef. HEX triplet: DC, FC and 93. RGB value is (220,252,147). Sum of RGB (Red+Green+Blue) = 220+252+147=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 147 (57.81% from 255 or 23.75% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFC93 is #23036C. Grayscale: #E6E6E6. Windows color (decimal): -2294637 or 9698524. OLE color: 9698524.

HSL color Cylindrical-coordinate representation of color #DCFC93: hue angle of 78.29º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCFC93 is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB220252147-
CMYK0.1300.420.01
HSL78.29º94.59%78.24%-
HSV(B)78.29º41.67%98.82%-
XYZ69.5986.9440.72-
YUV230.4680.9120.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 252 (98.83% from 255) = 40.71%
BLUE value IS 147 (57.81% from 255) = 23.75%
R=35.54%
G=40.71%
B=23.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202521470.1300.420.0178.2994.5978.24
HexDCFC93D02A14e5f4e
Octal334374223150521116137116
Binary110111001111110010010011110101010101100111010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFC93; }

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

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

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

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

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

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

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

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