#05B75A

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

Shades of Pigment Green #05B75A

Tints of Pigment Green #05B75A

Color information

#05B75A (or 0x05B75A) is unknown color: approx Pigment Green. HEX triplet: 05, B7 and 5A. RGB value is (5,183,90). Sum of RGB (Red+Green+Blue) = 5+183+90=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 183 (71.88% from 255 or 65.83% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 183 - color contains mainly: green. Hex color #05B75A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B75A is #FA48A5. Grayscale: #777777. Windows color (decimal): -16402598 or 5945093. OLE color: 5945093.

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

Color convert

RGB518390-
CMYK0.9700.510.28
HSL148.65º94.68%36.86%-
HSV(B)148.65º97.27%71.76%-
XYZ18.8434.6415.37-
YUV119.18111.5346.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.80%
GREEN value IS 183 (71.88% from 255) = 65.83%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=1.80%
G=65.83%
B=32.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal5183900.9700.510.28148.6594.6836.86
Hex5B75A610331C955f25
Octal52671321410633422513745
Binary1011011011110110101100001011001111100100101011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B75A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,183,90); }

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

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

 a { background-color: rgb(5,183,90); }

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

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

 span { border-color: rgb(5,183,90); }

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