Html Css Color HEX #04BC52 Pigment Green

📋 copy color: '#04BC52'

red 4 ◦ green 188 ◦ blue 82

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

Shades of Pigment Green #04BC52

Tints of Pigment Green #04BC52

RGB

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

 GREEN value IS 188 (73.83% from 255) = 68.61%

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

R = 1.46%
G = 68.61%
B = 29.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#04BC52 (or 0x04BC52) is known color: Pigment Green. HEX triplet: 04, BC and 52. RGB value is (4,188,82). Sum of RGB (Red+Green+Blue) = 4+188+82=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 188 (73.83% from 255 or 68.61% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 188 - color contains mainly: green. Hex color #04BC52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BC52 is #FB43AD. Grayscale: #797979. Windows color (decimal): -16466862 or 5422084. OLE color: 5422084.

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

Color convert

RGB 4 188 82 -
CMYK 0.98 0 0.56 0.26
HSL 145.43º 0.96% 0.38% -
HSV(B) 145.43º 0.98% 0.74% -
XYZ 19.56 36.6 14.02 -
YUV 120.9 106.04 44.62 -
System Red Green Blue C M Y K H S L
Decimal 4 188 82 0.98 0 0.56 0.26 145.43 0.96 0.38
Hex 4 BC 52 62 0 38 1A 91 60 26
Octal 4 274 122 142 0 70 32 221 140 46
Binary 100 10111100 1010010 1100010 0 111000 11010 10010001 1100000 100110

Color Harmonies of #04BC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BC52

Black with #04BC52

Text Example


Text Example

White with #04BC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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