Html Css Color HEX #04BA58 Pigment Green

📋 copy color: '#04BA58'

red 4 ◦ green 186 ◦ blue 88

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

Shades of Pigment Green #04BA58

Tints of Pigment Green #04BA58

RGB

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

 GREEN value IS 186 (73.05% from 255) = 66.91%

 BLUE value IS 88 (34.77% from 255) = 31.65%

R = 1.44%
G = 66.91%
B = 31.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#04BA58 (or 0x04BA58) is known color: Pigment Green. HEX triplet: 04, BA and 58. RGB value is (4,186,88). Sum of RGB (Red+Green+Blue) = 4+186+88=278 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 278); Green value is 186 (73.05% from 255 or 66.91% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BA58 is #FB45A7. Grayscale: #787878. Windows color (decimal): -16467368 or 5814788. OLE color: 5814788.

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

Color convert

RGB 4 186 88 -
CMYK 0.98 0 0.53 0.27
HSL 147.69º 0.96% 0.37% -
HSV(B) 147.69º 0.98% 0.73% -
XYZ 19.37 35.85 15.13 -
YUV 120.41 109.7 44.97 -
System Red Green Blue C M Y K H S L
Decimal 4 186 88 0.98 0 0.53 0.27 147.69 0.96 0.37
Hex 4 BA 58 62 0 35 1B 94 60 25
Octal 4 272 130 142 0 65 33 224 140 45
Binary 100 10111010 1011000 1100010 0 110101 11011 10010100 1100000 100101

Color Harmonies of #04BA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA58

Black with #04BA58

Text Example


Text Example

White with #04BA58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,186,88); }

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

background-color css

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

 a { background-color: rgb(4,186,88); }

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

border-color css

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

 span { border-color: rgb(4,186,88); }

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