#04BE3C

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

Shades of Dark Pastel Green #04BE3C

Tints of Dark Pastel Green #04BE3C

Color information

#04BE3C (or 0x04BE3C) is unknown color: approx Dark Pastel Green. HEX triplet: 04, BE and 3C. RGB value is (4,190,60). Sum of RGB (Red+Green+Blue) = 4+190+60=254 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 254); Green value is 190 (74.61% from 255 or 74.80% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 190 - color contains mainly: green. Hex color #04BE3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BE3C is #FB41C3. Grayscale: #777777. Windows color (decimal): -16466372 or 3980804. OLE color: 3980804.

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

Color convert

RGB419060-
CMYK0.9800.680.25
HSL138.06º95.88%38.04%-
HSV(B)138.06º97.89%74.51%-
XYZ19.2837.1810.44-
YUV119.5794.3845.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.57%
GREEN value IS 190 (74.61% from 255) = 74.80%
BLUE value IS 60 (23.83% from 255) = 23.62%
R=1.57%
G=74.80%
B=23.62%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal4190600.9800.680.25138.0695.8838.04
Hex4BE3C62044198a6026
Octal42767414201043121214046
Binary1001011111011110011000100100010011001100010101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BE3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,190,60); }

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

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

 a { background-color: rgb(4,190,60); }

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

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

 span { border-color: rgb(4,190,60); }

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