Html Css Color HEX #05BB54 Pigment Green

📋 copy color: '#05BB54'

red 5 ◦ green 187 ◦ blue 84

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

Shades of Pigment Green #05BB54

Tints of Pigment Green #05BB54

RGB

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

 GREEN value IS 187 (73.44% from 255) = 67.75%

 BLUE value IS 84 (33.2% from 255) = 30.43%

R = 1.81%
G = 67.75%
B = 30.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#05BB54 (or 0x05BB54) is known color: Pigment Green. HEX triplet: 05, BB and 54. RGB value is (5,187,84). Sum of RGB (Red+Green+Blue) = 5+187+84=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 187 (73.44% from 255 or 67.75% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 187 - color contains mainly: green. Hex color #05BB54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05BB54 is #FA44AB. Grayscale: #797979. Windows color (decimal): -16401580 or 5552901. OLE color: 5552901.

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

Color convert

RGB 5 187 84 -
CMYK 0.97 0 0.55 0.27
HSL 146.04º 0.95% 0.38% -
HSV(B) 146.04º 0.97% 0.73% -
XYZ 19.43 36.21 14.35 -
YUV 120.84 107.2 45.38 -
System Red Green Blue C M Y K H S L
Decimal 5 187 84 0.97 0 0.55 0.27 146.04 0.95 0.38
Hex 5 BB 54 61 0 37 1B 92 5F 26
Octal 5 273 124 141 0 67 33 222 137 46
Binary 101 10111011 1010100 1100001 0 110111 11011 10010010 1011111 100110

Color Harmonies of #05BB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05BB54

Black with #05BB54

Text Example


Text Example

White with #05BB54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,187,84); }

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

background-color css

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

 a { background-color: rgb(5,187,84); }

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

border-color css

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

 span { border-color: rgb(5,187,84); }

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