#05B258

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

Shades of Pigment Green #05B258

Tints of Pigment Green #05B258

Color information

#05B258 (or 0x05B258) is unknown color: approx Pigment Green. HEX triplet: 05, B2 and 58. RGB value is (5,178,88). Sum of RGB (Red+Green+Blue) = 5+178+88=271 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 271); Green value is 178 (69.92% from 255 or 65.68% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 178 - color contains mainly: green. Hex color #05B258 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05B258 is #FA4DA7. Grayscale: #747474. Windows color (decimal): -16403880 or 5812741. OLE color: 5812741.

HSL color Cylindrical-coordinate representation of color #05B258: hue angle of 148.79º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B258 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB517888-
CMYK0.9700.510.30
HSL148.79º94.54%35.88%-
HSV(B)148.79º97.19%69.8%-
XYZ17.7432.5814.59-
YUV116.01112.1948.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.85%
GREEN value IS 178 (69.92% from 255) = 65.68%
BLUE value IS 88 (34.77% from 255) = 32.47%
R=1.85%
G=65.68%
B=32.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal5178880.9700.510.30148.7994.5435.88
Hex5B258610331E955f24
Octal52621301410633622513744
Binary1011011001010110001100001011001111110100101011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05B258; }

 p { color: rgb(5,178,88); }

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

<style>
 a { background-color: #05B258; }

 a { background-color: rgb(5,178,88); }

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

<style>
 span { border-color: #05B258; }

 span { border-color: rgb(5,178,88); }

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