#04C116

Color #04C116 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #04C116

Tints of Dark Pastel Green #04C116

Color information

#04C116 (or 0x04C116) is unknown color: approx Dark Pastel Green. HEX triplet: 04, C1 and 16. RGB value is (4,193,22). Sum of RGB (Red+Green+Blue) = 4+193+22=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 193 (75.78% from 255 or 88.13% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 193 - color contains mainly: green. Hex color #04C116 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04C116 is #FB3EE9. Grayscale: #757575. Windows color (decimal): -16465642 or 1491204. OLE color: 1491204.

HSL color Cylindrical-coordinate representation of color #04C116: hue angle of 125.71º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C116 is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB419322-
CMYK0.9800.890.24
HSL125.71º95.94%38.63%-
HSV(B)125.71º97.93%75.69%-
XYZ19.2638.227.12-
YUV116.9974.3847.4-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 193 (75.78% from 255) = 88.13%
BLUE value IS 22 (8.98% from 255) = 10.05%
R=1.83%
G=88.13%
B=10.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal4193220.9800.890.24125.7195.9438.63
Hex4C11662059187e6027
Octal43012614201313017614047
Binary10011000001101101100010010110011100011111101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04C116; }

 p { color: rgb(4,193,22); }

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

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

 a { background-color: rgb(4,193,22); }

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

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

 span { border-color: rgb(4,193,22); }

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