#DCF593

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

Shades of Reef #DCF593

Tints of Reef #DCF593

Color information

#DCF593 (or 0xDCF593) is unknown color: approx Reef. HEX triplet: DC, F5 and 93. RGB value is (220,245,147). Sum of RGB (Red+Green+Blue) = 220+245+147=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 147 (57.81% from 255 or 24.02% from 612); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF593 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF593 is #230A6C. Grayscale: #E2E2E2. Windows color (decimal): -2296429 or 9696732. OLE color: 9696732.

HSL color Cylindrical-coordinate representation of color #DCF593: hue angle of 75.31º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DCF593 is Cyan = 0.10, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.04.

Color convert

RGB220245147-
CMYK0.1000.40.04
HSL75.31º83.05%76.86%-
HSV(B)75.31º40%96.08%-
XYZ67.4382.6340-
YUV226.3583.22123.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 245 (96.09% from 255) = 40.03%
BLUE value IS 147 (57.81% from 255) = 24.02%
R=35.95%
G=40.03%
B=24.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202451470.1000.40.0475.3183.0576.86
HexDCF593A02844b534d
Octal334365223120504113123115
Binary11011100111101011001001110100101000100100101110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF593; }

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

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

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

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

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

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

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

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