#04CC45

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

Shades of Dark Pastel Green #04CC45

Tints of Dark Pastel Green #04CC45

Color information

#04CC45 (or 0x04CC45) is unknown color: approx Dark Pastel Green. HEX triplet: 04, CC and 45. RGB value is (4,204,69). Sum of RGB (Red+Green+Blue) = 4+204+69=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 204 (80.08% from 255 or 73.65% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC45 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04CC45 is #FB33BA. Grayscale: #818181. Windows color (decimal): -16462779 or 4574212. OLE color: 4574212.

HSL color Cylindrical-coordinate representation of color #04CC45: hue angle of 139.5º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CC45 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB420469-
CMYK0.9800.660.2
HSL139.5º96.15%40.78%-
HSV(B)139.5º98.04%80%-
XYZ22.7243.6412.86-
YUV128.8194.2438.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.44%
GREEN value IS 204 (80.08% from 255) = 73.65%
BLUE value IS 69 (27.34% from 255) = 24.91%
R=1.44%
G=73.65%
B=24.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal4204690.9800.660.2139.596.1540.78
Hex4CC4562042148c6029
Octal431410514201022421414051
Binary10011001100100010111000100100001010100100011001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04CC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,204,69); }

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

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

 a { background-color: rgb(4,204,69); }

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

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

 span { border-color: rgb(4,204,69); }

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