Html Css Color HEX #04B155 Pigment Green

📋 copy color: '#04B155'

red 4 ◦ green 177 ◦ blue 85

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

Shades of Pigment Green #04B155

Tints of Pigment Green #04B155

RGB

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

 GREEN value IS 177 (69.53% from 255) = 66.54%

 BLUE value IS 85 (33.59% from 255) = 31.95%

R = 1.5%
G = 66.54%
B = 31.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#04B155 (or 0x04B155) is known color: Pigment Green. HEX triplet: 04, B1 and 55. RGB value is (4,177,85). Sum of RGB (Red+Green+Blue) = 4+177+85=266 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.50% from 266); Green value is 177 (69.53% from 255 or 66.54% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 177 - color contains mainly: green. Hex color #04B155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #04B155 is #FB4EAA. Grayscale: #727272. Windows color (decimal): -16469675 or 5615876. OLE color: 5615876.

HSL color Cylindrical-coordinate representation of color #04B155: hue angle of 148.09º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B155 is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 4 177 85 -
CMYK 0.98 0 0.52 0.31
HSL 148.09º 0.96% 0.35% -
HSV(B) 148.09º 0.98% 0.69% -
XYZ 17.41 32.13 13.88 -
YUV 114.79 111.19 48.98 -
System Red Green Blue C M Y K H S L
Decimal 4 177 85 0.98 0 0.52 0.31 148.09 0.96 0.35
Hex 4 B1 55 62 0 34 1F 94 60 23
Octal 4 261 125 142 0 64 37 224 140 43
Binary 100 10110001 1010101 1100010 0 110100 11111 10010100 1100000 100011

Color Harmonies of #04B155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04B155

Black with #04B155

Text Example


Text Example

White with #04B155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,177,85); }

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

background-color css

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

 a { background-color: rgb(4,177,85); }

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

border-color css

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

 span { border-color: rgb(4,177,85); }

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