Html Css Color HEX #05B24A Pigment Green

📋 copy color: '#05B24A'

red 5 ◦ green 178 ◦ blue 74

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

Shades of Pigment Green #05B24A

Tints of Pigment Green #05B24A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 69.26%

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

R = 1.95%
G = 69.26%
B = 28.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#05B24A (or 0x05B24A) is known color: Pigment Green. HEX triplet: 05, B2 and 4A. RGB value is (5,178,74). Sum of RGB (Red+Green+Blue) = 5+178+74=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 178 (69.92% from 255 or 69.26% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 178 - color contains mainly: green. Hex color #05B24A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05B24A is #FA4DB5. Grayscale: #727272. Windows color (decimal): -16403894 or 4895237. OLE color: 4895237.

HSL color Cylindrical-coordinate representation of color #05B24A: hue angle of 143.93º 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 #05B24A is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 178 74 -
CMYK 0.97 0 0.58 0.30
HSL 143.93º 0.95% 0.36% -
HSV(B) 143.93º 0.97% 0.7% -
XYZ 17.22 32.37 11.82 -
YUV 114.42 105.19 49.96 -
System Red Green Blue C M Y K H S L
Decimal 5 178 74 0.97 0 0.58 0.30 143.93 0.95 0.36
Hex 5 B2 4A 61 0 3A 1E 90 5F 24
Octal 5 262 112 141 0 72 36 220 137 44
Binary 101 10110010 1001010 1100001 0 111010 11110 10010000 1011111 100100

Color Harmonies of #05B24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B24A

Black with #05B24A

Text Example


Text Example

White with #05B24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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