Html Css Color HEX #05B64C Pigment Green

📋 copy color: '#05B64C'

red 5 ◦ green 182 ◦ blue 76

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

Shades of Pigment Green #05B64C

Tints of Pigment Green #05B64C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 69.2%

 BLUE value IS 76 (30.08% from 255) = 28.9%

R = 1.9%
G = 69.2%
B = 28.9%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#05B64C (or 0x05B64C) is known color: Pigment Green. HEX triplet: 05, B6 and 4C. RGB value is (5,182,76). Sum of RGB (Red+Green+Blue) = 5+182+76=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 182 (71.48% from 255 or 69.20% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 182 - color contains mainly: green. Hex color #05B64C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B64C is #FA49B3. Grayscale: #757575. Windows color (decimal): -16402868 or 5027333. OLE color: 5027333.

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

Color convert

RGB 5 182 76 -
CMYK 0.97 0 0.58 0.29
HSL 144.07º 0.95% 0.37% -
HSV(B) 144.07º 0.97% 0.71% -
XYZ 18.1 34.01 12.45 -
YUV 116.99 104.86 48.12 -
System Red Green Blue C M Y K H S L
Decimal 5 182 76 0.97 0 0.58 0.29 144.07 0.95 0.37
Hex 5 B6 4C 61 0 3A 1D 90 5F 25
Octal 5 266 114 141 0 72 35 220 137 45
Binary 101 10110110 1001100 1100001 0 111010 11101 10010000 1011111 100101

Color Harmonies of #05B64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B64C

Black with #05B64C

Text Example


Text Example

White with #05B64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,182,76); }

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

background-color css

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

 a { background-color: rgb(5,182,76); }

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

border-color css

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

 span { border-color: rgb(5,182,76); }

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