#04BD31

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

Shades of Dark Pastel Green #04BD31

Tints of Dark Pastel Green #04BD31

Color information

#04BD31 (or 0x04BD31) is unknown color: approx Dark Pastel Green. HEX triplet: 04, BD and 31. RGB value is (4,189,49). Sum of RGB (Red+Green+Blue) = 4+189+49=242 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.65% from 242); Green value is 189 (74.22% from 255 or 78.10% from 242); Blue value is 49 (19.53% from 255 or 20.25% from 242); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BD31 is #FB42CE. Grayscale: #767676. Windows color (decimal): -16466639 or 3259652. OLE color: 3259652.

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

Color convert

RGB418949-
CMYK0.9800.740.26
HSL134.59º95.85%37.84%-
HSV(B)134.59º97.88%74.12%-
XYZ18.836.648.99-
YUV117.7289.2146.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.65%
GREEN value IS 189 (74.22% from 255) = 78.10%
BLUE value IS 49 (19.53% from 255) = 20.25%
R=1.65%
G=78.10%
B=20.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal4189490.9800.740.26134.5995.8537.84
Hex4BD316204A1A876026
Octal42756114201123220714046
Binary1001011110111000111000100100101011010100001111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04BD31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,189,49); }

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

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

 a { background-color: rgb(4,189,49); }

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

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

 span { border-color: rgb(4,189,49); }

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