Html Css Color HEX #04BB49 Dark Pastel Green

📋 copy color: '#04BB49'

red 4 ◦ green 187 ◦ blue 73

#04BB49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #04BB49

Tints of Dark Pastel Green #04BB49

RGB

 RED value IS 4 (1.95% from 255) = 1.52%

 GREEN value IS 187 (73.44% from 255) = 70.83%

 BLUE value IS 73 (28.91% from 255) = 27.65%

R = 1.52%
G = 70.83%
B = 27.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#04BB49 (or 0x04BB49) is known color: Dark Pastel Green. HEX triplet: 04, BB and 49. RGB value is (4,187,73). Sum of RGB (Red+Green+Blue) = 4+187+73=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 187 (73.44% from 255 or 70.83% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 187 - color contains mainly: green. Hex color #04BB49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BB49 is #FB44B6. Grayscale: #777777. Windows color (decimal): -16467127 or 4832004. OLE color: 4832004.

HSL color Cylindrical-coordinate representation of color #04BB49: hue angle of 142.62º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BB49 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 4 187 73 -
CMYK 0.98 0 0.61 0.27
HSL 142.62º 0.96% 0.37% -
HSV(B) 142.62º 0.98% 0.73% -
XYZ 19.02 36.05 12.26 -
YUV 119.29 101.87 45.77 -
System Red Green Blue C M Y K H S L
Decimal 4 187 73 0.98 0 0.61 0.27 142.62 0.96 0.37
Hex 4 BB 49 62 0 3D 1B 8F 60 25
Octal 4 273 111 142 0 75 33 217 140 45
Binary 100 10111011 1001001 1100010 0 111101 11011 10001111 1100000 100101

Color Harmonies of #04BB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BB49

Black with #04BB49

Text Example


Text Example

White with #04BB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,187,73); }

 H1.HeaderClassName
 {
   color: #04BB49;
 }
 .AnyTagClassName
 {
   color: #04BB49;
 }
</style>

background-color css

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

 a { background-color: rgb(4,187,73); }

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

border-color css

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

 span { border-color: rgb(4,187,73); }

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