Html Css Color HEX #05BA59 Pigment Green

📋 copy color: '#05BA59'

red 5 ◦ green 186 ◦ blue 89

#05BA59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #05BA59

Tints of Pigment Green #05BA59

RGB

 RED value IS 5 (2.34% from 255) = 1.79%

 GREEN value IS 186 (73.05% from 255) = 66.43%

 BLUE value IS 89 (35.16% from 255) = 31.79%

R = 1.79%
G = 66.43%
B = 31.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#05BA59 (or 0x05BA59) is known color: Pigment Green. HEX triplet: 05, BA and 59. RGB value is (5,186,89). Sum of RGB (Red+Green+Blue) = 5+186+89=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 186 (73.05% from 255 or 66.43% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 186 - color contains mainly: green. Hex color #05BA59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BA59 is #FA45A6. Grayscale: #797979. Windows color (decimal): -16401831 or 5880325. OLE color: 5880325.

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

Color convert

RGB 5 186 89 -
CMYK 0.97 0 0.52 0.27
HSL 147.85º 0.95% 0.37% -
HSV(B) 147.85º 0.97% 0.73% -
XYZ 19.42 35.87 15.35 -
YUV 120.82 110.03 45.39 -
System Red Green Blue C M Y K H S L
Decimal 5 186 89 0.97 0 0.52 0.27 147.85 0.95 0.37
Hex 5 BA 59 61 0 34 1B 94 5F 25
Octal 5 272 131 141 0 64 33 224 137 45
Binary 101 10111010 1011001 1100001 0 110100 11011 10010100 1011111 100101

Color Harmonies of #05BA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BA59

Black with #05BA59

Text Example


Text Example

White with #05BA59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,186,89); }

 H1.HeaderClassName
 {
   color: #05BA59;
 }
 .AnyTagClassName
 {
   color: #05BA59;
 }
</style>

background-color css

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

 a { background-color: rgb(5,186,89); }

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

border-color css

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

 span { border-color: rgb(5,186,89); }

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