Html Css Color HEX #04BD5E Pigment Green

📋 copy color: '#04BD5E'

red 4 ◦ green 189 ◦ blue 94

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

Shades of Pigment Green #04BD5E

Tints of Pigment Green #04BD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.75%

R = 1.39%
G = 65.85%
B = 32.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#04BD5E (or 0x04BD5E) is known color: Pigment Green. HEX triplet: 04, BD and 5E. RGB value is (4,189,94). Sum of RGB (Red+Green+Blue) = 4+189+94=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 189 (74.22% from 255 or 65.85% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 189 - color contains mainly: green. Hex color #04BD5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BD5E is #FB42A1. Grayscale: #7B7B7B. Windows color (decimal): -16466594 or 6208772. OLE color: 6208772.

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

Color convert

RGB 4 189 94 -
CMYK 0.98 0 0.50 0.26
HSL 149.19º 0.96% 0.38% -
HSV(B) 149.19º 0.98% 0.74% -
XYZ 20.27 37.23 16.71 -
YUV 122.86 111.71 43.22 -
System Red Green Blue C M Y K H S L
Decimal 4 189 94 0.98 0 0.50 0.26 149.19 0.96 0.38
Hex 4 BD 5E 62 0 32 1A 95 60 26
Octal 4 275 136 142 0 62 32 225 140 46
Binary 100 10111101 1011110 1100010 0 110010 11010 10010101 1100000 100110

Color Harmonies of #04BD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BD5E

Black with #04BD5E

Text Example


Text Example

White with #04BD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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