Html Css Color HEX #04BE55 Pigment Green

📋 copy color: '#04BE55'

red 4 ◦ green 190 ◦ blue 85

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

Shades of Pigment Green #04BE55

Tints of Pigment Green #04BE55

RGB

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

 GREEN value IS 190 (74.61% from 255) = 68.1%

 BLUE value IS 85 (33.59% from 255) = 30.47%

R = 1.43%
G = 68.1%
B = 30.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#04BE55 (or 0x04BE55) is known color: Pigment Green. HEX triplet: 04, BE and 55. RGB value is (4,190,85). Sum of RGB (Red+Green+Blue) = 4+190+85=279 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.43% from 279); Green value is 190 (74.61% from 255 or 68.10% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 190 - color contains mainly: green. Hex color #04BE55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04BE55 is #FB41AA. Grayscale: #7A7A7A. Windows color (decimal): -16466347 or 5619204. OLE color: 5619204.

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

Color convert

RGB 4 190 85 -
CMYK 0.98 0 0.55 0.25
HSL 146.13º 0.96% 0.38% -
HSV(B) 146.13º 0.98% 0.75% -
XYZ 20.1 37.51 14.77 -
YUV 122.42 106.88 43.54 -
System Red Green Blue C M Y K H S L
Decimal 4 190 85 0.98 0 0.55 0.25 146.13 0.96 0.38
Hex 4 BE 55 62 0 37 19 92 60 26
Octal 4 276 125 142 0 67 31 222 140 46
Binary 100 10111110 1010101 1100010 0 110111 11001 10010010 1100000 100110

Color Harmonies of #04BE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BE55

Black with #04BE55

Text Example


Text Example

White with #04BE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,190,85); }

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

background-color css

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

 a { background-color: rgb(4,190,85); }

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

border-color css

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

 span { border-color: rgb(4,190,85); }

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