Html Css Color HEX #04BA52 Pigment Green

📋 copy color: '#04BA52'

red 4 ◦ green 186 ◦ blue 82

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

Shades of Pigment Green #04BA52

Tints of Pigment Green #04BA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.15%

R = 1.47%
G = 68.38%
B = 30.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#04BA52 (or 0x04BA52) is known color: Pigment Green. HEX triplet: 04, BA and 52. RGB value is (4,186,82). Sum of RGB (Red+Green+Blue) = 4+186+82=272 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 272); Green value is 186 (73.05% from 255 or 68.38% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 186 - color contains mainly: green. Hex color #04BA52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BA52 is #FB45AD. Grayscale: #777777. Windows color (decimal): -16467374 or 5421572. OLE color: 5421572.

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

Color convert

RGB 4 186 82 -
CMYK 0.98 0 0.56 0.27
HSL 145.71º 0.96% 0.37% -
HSV(B) 145.71º 0.98% 0.73% -
XYZ 19.13 35.75 13.88 -
YUV 119.73 106.7 45.46 -
System Red Green Blue C M Y K H S L
Decimal 4 186 82 0.98 0 0.56 0.27 145.71 0.96 0.37
Hex 4 BA 52 62 0 38 1B 92 60 25
Octal 4 272 122 142 0 70 33 222 140 45
Binary 100 10111010 1010010 1100010 0 111000 11011 10010010 1100000 100101

Color Harmonies of #04BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BA52

Black with #04BA52

Text Example


Text Example

White with #04BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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