#05B95E

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

Shades of Pigment Green #05B95E

Tints of Pigment Green #05B95E

Color information

#05B95E (or 0x05B95E) is unknown color: approx Pigment Green. HEX triplet: 05, B9 and 5E. RGB value is (5,185,94). Sum of RGB (Red+Green+Blue) = 5+185+94=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 185 (72.66% from 255 or 65.14% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 185 - color contains mainly: green. Hex color #05B95E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B95E is #FA46A1. Grayscale: #787878. Windows color (decimal): -16402082 or 6207749. OLE color: 6207749.

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

Color convert

RGB518594-
CMYK0.9700.490.27
HSL149.67º94.74%37.25%-
HSV(B)149.67º97.3%72.55%-
XYZ19.4335.5416.43-
YUV120.81112.8745.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.76%
GREEN value IS 185 (72.66% from 255) = 65.14%
BLUE value IS 94 (37.11% from 255) = 33.10%
R=1.76%
G=65.14%
B=33.10%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5185940.9700.490.27149.6794.7437.25
Hex5B95E610311B965f25
Octal52711361410613322613745
Binary1011011100110111101100001011000111011100101101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05B95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,185,94); }

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

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

 a { background-color: rgb(5,185,94); }

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

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

 span { border-color: rgb(5,185,94); }

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