Html Css Color HEX #04BD58 Pigment Green

📋 copy color: '#04BD58'

red 4 ◦ green 189 ◦ blue 88

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

Shades of Pigment Green #04BD58

Tints of Pigment Green #04BD58

RGB

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

 GREEN value IS 189 (74.22% from 255) = 67.26%

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

R = 1.42%
G = 67.26%
B = 31.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#04BD58 (or 0x04BD58) is known color: Pigment Green. HEX triplet: 04, BD and 58. RGB value is (4,189,88). Sum of RGB (Red+Green+Blue) = 4+189+88=281 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 281); Green value is 189 (74.22% from 255 or 67.26% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD58 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BD58 is #FB42A7. Grayscale: #7A7A7A. Windows color (decimal): -16466600 or 5815556. OLE color: 5815556.

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

Color convert

RGB 4 189 88 -
CMYK 0.98 0 0.53 0.26
HSL 147.24º 0.96% 0.38% -
HSV(B) 147.24º 0.98% 0.74% -
XYZ 20.01 37.13 15.34 -
YUV 122.17 108.71 43.71 -
System Red Green Blue C M Y K H S L
Decimal 4 189 88 0.98 0 0.53 0.26 147.24 0.96 0.38
Hex 4 BD 58 62 0 35 1A 93 60 26
Octal 4 275 130 142 0 65 32 223 140 46
Binary 100 10111101 1011000 1100010 0 110101 11010 10010011 1100000 100110

Color Harmonies of #04BD58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BD58

Black with #04BD58

Text Example


Text Example

White with #04BD58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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