Html Css Color HEX #05B54A Pigment Green

📋 copy color: '#05B54A'

red 5 ◦ green 181 ◦ blue 74

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

Shades of Pigment Green #05B54A

Tints of Pigment Green #05B54A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 69.62%

 BLUE value IS 74 (29.3% from 255) = 28.46%

R = 1.92%
G = 69.62%
B = 28.46%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#05B54A (or 0x05B54A) is known color: Pigment Green. HEX triplet: 05, B5 and 4A. RGB value is (5,181,74). Sum of RGB (Red+Green+Blue) = 5+181+74=260 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 260); Green value is 181 (71.09% from 255 or 69.62% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 181 - color contains mainly: green. Hex color #05B54A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #05B54A is #FA4AB5. Grayscale: #747474. Windows color (decimal): -16403126 or 4896005. OLE color: 4896005.

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

Color convert

RGB 5 181 74 -
CMYK 0.97 0 0.59 0.29
HSL 143.52º 0.95% 0.36% -
HSV(B) 143.52º 0.97% 0.71% -
XYZ 17.82 33.57 12.02 -
YUV 116.18 104.19 48.7 -
System Red Green Blue C M Y K H S L
Decimal 5 181 74 0.97 0 0.59 0.29 143.52 0.95 0.36
Hex 5 B5 4A 61 0 3B 1D 90 5F 24
Octal 5 265 112 141 0 73 35 220 137 44
Binary 101 10110101 1001010 1100001 0 111011 11101 10010000 1011111 100100

Color Harmonies of #05B54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B54A

Black with #05B54A

Text Example


Text Example

White with #05B54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,181,74); }

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

background-color css

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

 a { background-color: rgb(5,181,74); }

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

border-color css

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

 span { border-color: rgb(5,181,74); }

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