Html Css Color HEX #05B15D Pigment Green

📋 copy color: '#05B15D'

red 5 ◦ green 177 ◦ blue 93

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

Shades of Pigment Green #05B15D

Tints of Pigment Green #05B15D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.82%

R = 1.82%
G = 64.36%
B = 33.82%

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

#05B15D (or 0x05B15D) is known color: Pigment Green. HEX triplet: 05, B1 and 5D. RGB value is (5,177,93). Sum of RGB (Red+Green+Blue) = 5+177+93=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 177 (69.53% from 255 or 64.36% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 177 - color contains mainly: green. Hex color #05B15D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05B15D is #FA4EA2. Grayscale: #747474. Windows color (decimal): -16404131 or 6140165. OLE color: 6140165.

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

Color convert

RGB 5 177 93 -
CMYK 0.97 0 0.47 0.31
HSL 150.7º 0.95% 0.36% -
HSV(B) 150.7º 0.97% 0.69% -
XYZ 17.76 32.27 15.65 -
YUV 116 115.02 48.83 -
System Red Green Blue C M Y K H S L
Decimal 5 177 93 0.97 0 0.47 0.31 150.7 0.95 0.36
Hex 5 B1 5D 61 0 2F 1F 97 5F 24
Octal 5 261 135 141 0 57 37 227 137 44
Binary 101 10110001 1011101 1100001 0 101111 11111 10010111 1011111 100100

Color Harmonies of #05B15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B15D

Black with #05B15D

Text Example


Text Example

White with #05B15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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