Html Css Color HEX #04BB50 Dark Pastel Green

📋 copy color: '#04BB50'

red 4 ◦ green 187 ◦ blue 80

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

Shades of Dark Pastel Green #04BB50

Tints of Dark Pastel Green #04BB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 1.48%
G = 69%
B = 29.52%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#04BB50 (or 0x04BB50) is known color: Dark Pastel Green. HEX triplet: 04, BB and 50. RGB value is (4,187,80). Sum of RGB (Red+Green+Blue) = 4+187+80=271 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 271); Green value is 187 (73.44% from 255 or 69.00% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 187 - color contains mainly: green. Hex color #04BB50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BB50 is #FB44AF. Grayscale: #787878. Windows color (decimal): -16467120 or 5290756. OLE color: 5290756.

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

Color convert

RGB 4 187 80 -
CMYK 0.98 0 0.57 0.27
HSL 144.92º 0.96% 0.37% -
HSV(B) 144.92º 0.98% 0.73% -
XYZ 19.27 36.15 13.55 -
YUV 120.09 105.37 45.2 -
System Red Green Blue C M Y K H S L
Decimal 4 187 80 0.98 0 0.57 0.27 144.92 0.96 0.37
Hex 4 BB 50 62 0 39 1B 91 60 25
Octal 4 273 120 142 0 71 33 221 140 45
Binary 100 10111011 1010000 1100010 0 111001 11011 10010001 1100000 100101

Color Harmonies of #04BB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BB50

Black with #04BB50

Text Example


Text Example

White with #04BB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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