Html Css Color HEX #05BD53 Pigment Green

📋 copy color: '#05BD53'

red 5 ◦ green 189 ◦ blue 83

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

Shades of Pigment Green #05BD53

Tints of Pigment Green #05BD53

RGB

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

 GREEN value IS 189 (74.22% from 255) = 68.23%

 BLUE value IS 83 (32.81% from 255) = 29.96%

R = 1.81%
G = 68.23%
B = 29.96%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#05BD53 (or 0x05BD53) is known color: Pigment Green. HEX triplet: 05, BD and 53. RGB value is (5,189,83). Sum of RGB (Red+Green+Blue) = 5+189+83=277 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 277); Green value is 189 (74.22% from 255 or 68.23% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BD53 is #FA42AC. Grayscale: #7A7A7A. Windows color (decimal): -16401069 or 5487877. OLE color: 5487877.

HSL color Cylindrical-coordinate representation of color #05BD53: hue angle of 145.43º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BD53 is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 189 83 -
CMYK 0.97 0 0.56 0.26
HSL 145.43º 0.95% 0.38% -
HSV(B) 145.43º 0.97% 0.74% -
XYZ 19.82 37.05 14.29 -
YUV 121.9 106.04 44.62 -
System Red Green Blue C M Y K H S L
Decimal 5 189 83 0.97 0 0.56 0.26 145.43 0.95 0.38
Hex 5 BD 53 61 0 38 1A 91 5F 26
Octal 5 275 123 141 0 70 32 221 137 46
Binary 101 10111101 1010011 1100001 0 111000 11010 10010001 1011111 100110

Color Harmonies of #05BD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BD53

Black with #05BD53

Text Example


Text Example

White with #05BD53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,189,83); }

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

background-color css

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

 a { background-color: rgb(5,189,83); }

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

border-color css

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

 span { border-color: rgb(5,189,83); }

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