#04B858

Color #04B858 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #04B858

Tints of Pigment Green #04B858

Color information

#04B858 (or 0x04B858) is unknown color: approx Pigment Green. HEX triplet: 04, B8 and 58. RGB value is (4,184,88). Sum of RGB (Red+Green+Blue) = 4+184+88=276 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.45% from 276); Green value is 184 (72.27% from 255 or 66.67% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 184 - color contains mainly: green. Hex color #04B858 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04B858 is #FB47A7. Grayscale: #777777. Windows color (decimal): -16467880 or 5814276. OLE color: 5814276.

HSL color Cylindrical-coordinate representation of color #04B858: hue angle of 148º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04B858 is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB418488-
CMYK0.9800.520.28
HSL148º95.74%36.86%-
HSV(B)148º97.83%72.16%-
XYZ18.9535.0114.99-
YUV119.24110.3745.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.45%
GREEN value IS 184 (72.27% from 255) = 66.67%
BLUE value IS 88 (34.77% from 255) = 31.88%
R=1.45%
G=66.67%
B=31.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal4184880.9800.520.2814895.7436.86
Hex4B858620341C946025
Octal42701301420643422414045
Binary1001011100010110001100010011010011100100101001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04B858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04B858;
 }
 .AnyTagClassName
 {
   color: #04B858;
 }
</style>
background-color css

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

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

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

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

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

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