#04C840

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

Shades of Dark Pastel Green #04C840

Tints of Dark Pastel Green #04C840

Color information

#04C840 (or 0x04C840) is unknown color: approx Dark Pastel Green. HEX triplet: 04, C8 and 40. RGB value is (4,200,64). Sum of RGB (Red+Green+Blue) = 4+200+64=268 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.49% from 268); Green value is 200 (78.52% from 255 or 74.63% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 200 - color contains mainly: green. Hex color #04C840 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C840 is #FB37BF. Grayscale: #7E7E7E. Windows color (decimal): -16463808 or 4245508. OLE color: 4245508.

HSL color Cylindrical-coordinate representation of color #04C840: hue angle of 138.37º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C840 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB420064-
CMYK0.9800.680.22
HSL138.37º96.08%40%-
HSV(B)138.37º98%78.43%-
XYZ21.6341.711.76-
YUV125.8993.0741.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.49%
GREEN value IS 200 (78.52% from 255) = 74.63%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=1.49%
G=74.63%
B=23.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal4200640.9800.680.22138.3796.0840
Hex4C84062044168a6028
Octal431010014201042621214050
Binary10011001000100000011000100100010010110100010101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,200,64); }

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

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

 a { background-color: rgb(4,200,64); }

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

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

 span { border-color: rgb(4,200,64); }

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