#05B658

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

Shades of Pigment Green #05B658

Tints of Pigment Green #05B658

Color information

#05B658 (or 0x05B658) is unknown color: approx Pigment Green. HEX triplet: 05, B6 and 58. RGB value is (5,182,88). Sum of RGB (Red+Green+Blue) = 5+182+88=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 182 (71.48% from 255 or 66.18% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 182 - color contains mainly: green. Hex color #05B658 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B658 is #FA49A7. Grayscale: #767676. Windows color (decimal): -16402856 or 5813765. OLE color: 5813765.

HSL color Cylindrical-coordinate representation of color #05B658: hue angle of 148.14º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B658 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB518288-
CMYK0.9700.520.29
HSL148.14º94.65%36.67%-
HSV(B)148.14º97.25%71.37%-
XYZ18.5534.1914.85-
YUV118.36110.8647.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.82%
GREEN value IS 182 (71.48% from 255) = 66.18%
BLUE value IS 88 (34.77% from 255) = 32%
R=1.82%
G=66.18%
B=32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5182880.9700.520.29148.1494.6536.67
Hex5B658610341D945f25
Octal52661301410643522413745
Binary1011011011010110001100001011010011101100101001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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