#04C81A

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

Shades of Dark Pastel Green #04C81A

Tints of Dark Pastel Green #04C81A

Color information

#04C81A (or 0x04C81A) is unknown color: approx Dark Pastel Green. HEX triplet: 04, C8 and 1A. RGB value is (4,200,26). Sum of RGB (Red+Green+Blue) = 4+200+26=230 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.74% from 230); Green value is 200 (78.52% from 255 or 86.96% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 200 - color contains mainly: green. Hex color #04C81A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04C81A is #FB37E5. Grayscale: #7A7A7A. Windows color (decimal): -16463846 or 1755140. OLE color: 1755140.

HSL color Cylindrical-coordinate representation of color #04C81A: hue angle of 126.73º 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 #04C81A is Cyan = 0.98, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB420026-
CMYK0.9800.870.22
HSL126.73º96.08%40%-
HSV(B)126.73º98%78.43%-
XYZ20.8941.417.87-
YUV121.5674.0744.15-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.74%
GREEN value IS 200 (78.52% from 255) = 86.96%
BLUE value IS 26 (10.55% from 255) = 11.30%
R=1.74%
G=86.96%
B=11.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal4200260.9800.870.22126.7396.0840
Hex4C81A62057167f6028
Octal43103214201272617714050
Binary10011001000110101100010010101111011011111111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04C81A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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