#05B65A

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

Shades of Pigment Green #05B65A

Tints of Pigment Green #05B65A

Color information

#05B65A (or 0x05B65A) is unknown color: approx Pigment Green. HEX triplet: 05, B6 and 5A. RGB value is (5,182,90). Sum of RGB (Red+Green+Blue) = 5+182+90=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 182 (71.48% from 255 or 65.70% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 182 - color contains mainly: green. Hex color #05B65A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B65A is #FA49A5. Grayscale: #767676. Windows color (decimal): -16402854 or 5944837. OLE color: 5944837.

HSL color Cylindrical-coordinate representation of color #05B65A: hue angle of 148.81º 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 #05B65A is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB518290-
CMYK0.9700.510.29
HSL148.81º94.65%36.67%-
HSV(B)148.81º97.25%71.37%-
XYZ18.6434.2315.3-
YUV118.59111.8646.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.81%
GREEN value IS 182 (71.48% from 255) = 65.70%
BLUE value IS 90 (35.55% from 255) = 32.49%
R=1.81%
G=65.70%
B=32.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal5182900.9700.510.29148.8194.6536.67
Hex5B65A610331D955f25
Octal52661321410633522513745
Binary1011011011010110101100001011001111101100101011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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