Html Css Color HEX #05B358 Pigment Green

📋 copy color: '#05B358'

red 5 ◦ green 179 ◦ blue 88

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

Shades of Pigment Green #05B358

Tints of Pigment Green #05B358

RGB

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

 GREEN value IS 179 (70.31% from 255) = 65.81%

 BLUE value IS 88 (34.77% from 255) = 32.35%

R = 1.84%
G = 65.81%
B = 32.35%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#05B358 (or 0x05B358) is known color: Pigment Green. HEX triplet: 05, B3 and 58. RGB value is (5,179,88). Sum of RGB (Red+Green+Blue) = 5+179+88=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 179 (70.31% from 255 or 65.81% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 179 - color contains mainly: green. Hex color #05B358 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05B358 is #FA4CA7. Grayscale: #747474. Windows color (decimal): -16403624 or 5812997. OLE color: 5812997.

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

Color convert

RGB 5 179 88 -
CMYK 0.97 0 0.51 0.30
HSL 148.62º 0.95% 0.36% -
HSV(B) 148.62º 0.97% 0.7% -
XYZ 17.94 32.98 14.65 -
YUV 116.6 111.85 48.4 -
System Red Green Blue C M Y K H S L
Decimal 5 179 88 0.97 0 0.51 0.30 148.62 0.95 0.36
Hex 5 B3 58 61 0 33 1E 95 5F 24
Octal 5 263 130 141 0 63 36 225 137 44
Binary 101 10110011 1011000 1100001 0 110011 11110 10010101 1011111 100100

Color Harmonies of #05B358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B358

Black with #05B358

Text Example


Text Example

White with #05B358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,179,88); }

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

background-color css

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

 a { background-color: rgb(5,179,88); }

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

border-color css

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

 span { border-color: rgb(5,179,88); }

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