Html Css Color HEX #05B15E Pigment Green

📋 copy color: '#05B15E'

red 5 ◦ green 177 ◦ blue 94

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

Shades of Pigment Green #05B15E

Tints of Pigment Green #05B15E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 64.13%

 BLUE value IS 94 (37.11% from 255) = 34.06%

R = 1.81%
G = 64.13%
B = 34.06%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#05B15E (or 0x05B15E) is known color: Pigment Green. HEX triplet: 05, B1 and 5E. RGB value is (5,177,94). Sum of RGB (Red+Green+Blue) = 5+177+94=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 177 (69.53% from 255 or 64.13% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 177 - color contains mainly: green. Hex color #05B15E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05B15E is #FA4EA1. Grayscale: #747474. Windows color (decimal): -16404130 or 6205701. OLE color: 6205701.

HSL color Cylindrical-coordinate representation of color #05B15E: hue angle of 151.05º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05B15E is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 177 94 -
CMYK 0.97 0 0.47 0.31
HSL 151.05º 0.95% 0.36% -
HSV(B) 151.05º 0.97% 0.69% -
XYZ 17.81 32.28 15.88 -
YUV 116.11 115.52 48.75 -
System Red Green Blue C M Y K H S L
Decimal 5 177 94 0.97 0 0.47 0.31 151.05 0.95 0.36
Hex 5 B1 5E 61 0 2F 1F 97 5F 24
Octal 5 261 136 141 0 57 37 227 137 44
Binary 101 10110001 1011110 1100001 0 101111 11111 10010111 1011111 100100

Color Harmonies of #05B15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B15E

Black with #05B15E

Text Example


Text Example

White with #05B15E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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