Html Css Color HEX #04B550 Pigment Green

📋 copy color: '#04B550'

red 4 ◦ green 181 ◦ blue 80

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

Shades of Pigment Green #04B550

Tints of Pigment Green #04B550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 68.3%

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

R = 1.51%
G = 68.3%
B = 30.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#04B550 (or 0x04B550) is known color: Pigment Green. HEX triplet: 04, B5 and 50. RGB value is (4,181,80). Sum of RGB (Red+Green+Blue) = 4+181+80=265 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.51% from 265); Green value is 181 (71.09% from 255 or 68.30% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 181 - color contains mainly: green. Hex color #04B550 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B550 is #FB4AAF. Grayscale: #747474. Windows color (decimal): -16468656 or 5289220. OLE color: 5289220.

HSL color Cylindrical-coordinate representation of color #04B550: hue angle of 145.76º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B550 is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 4 181 80 -
CMYK 0.98 0 0.56 0.29
HSL 145.76º 0.96% 0.36% -
HSV(B) 145.76º 0.98% 0.71% -
XYZ 18.02 33.65 13.14 -
YUV 116.56 107.36 47.71 -
System Red Green Blue C M Y K H S L
Decimal 4 181 80 0.98 0 0.56 0.29 145.76 0.96 0.36
Hex 4 B5 50 62 0 38 1D 92 60 24
Octal 4 265 120 142 0 70 35 222 140 44
Binary 100 10110101 1010000 1100010 0 111000 11101 10010010 1100000 100100

Color Harmonies of #04B550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B550

Black with #04B550

Text Example


Text Example

White with #04B550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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