#04C054

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

Shades of Dark Pastel Green #04C054

Tints of Dark Pastel Green #04C054

Color information

#04C054 (or 0x04C054) is unknown color: approx Dark Pastel Green. HEX triplet: 04, C0 and 54. RGB value is (4,192,84). Sum of RGB (Red+Green+Blue) = 4+192+84=280 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 280); Green value is 192 (75.39% from 255 or 68.57% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 192 - color contains mainly: green. Hex color #04C054 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04C054 is #FB3FAB. Grayscale: #7B7B7B. Windows color (decimal): -16465836 or 5554180. OLE color: 5554180.

HSL color Cylindrical-coordinate representation of color #04C054: hue angle of 145.53º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C054 is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB419284-
CMYK0.9800.560.25
HSL145.53º95.92%38.43%-
HSV(B)145.53º97.92%75.29%-
XYZ20.538.3714.71-
YUV123.48105.7242.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.43%
GREEN value IS 192 (75.39% from 255) = 68.57%
BLUE value IS 84 (33.20% from 255) = 30%
R=1.43%
G=68.57%
B=30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4192840.9800.560.25145.5395.9238.43
Hex4C0546203819926026
Octal43001241420703122214046
Binary1001100000010101001100010011100011001100100101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,192,84); }

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

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

 a { background-color: rgb(4,192,84); }

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

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

 span { border-color: rgb(4,192,84); }

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