Html Css Color HEX #05B24F Pigment Green

📋 copy color: '#05B24F'

red 5 ◦ green 178 ◦ blue 79

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

Shades of Pigment Green #05B24F

Tints of Pigment Green #05B24F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.15%

R = 1.91%
G = 67.94%
B = 30.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#05B24F (or 0x05B24F) is known color: Pigment Green. HEX triplet: 05, B2 and 4F. RGB value is (5,178,79). Sum of RGB (Red+Green+Blue) = 5+178+79=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 178 (69.92% from 255 or 67.94% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 178 - color contains mainly: green. Hex color #05B24F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05B24F is #FA4DB0. Grayscale: #737373. Windows color (decimal): -16403889 or 5222917. OLE color: 5222917.

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

Color convert

RGB 5 178 79 -
CMYK 0.97 0 0.56 0.30
HSL 145.66º 0.95% 0.36% -
HSV(B) 145.66º 0.97% 0.7% -
XYZ 17.39 32.44 12.74 -
YUV 114.99 107.69 49.55 -
System Red Green Blue C M Y K H S L
Decimal 5 178 79 0.97 0 0.56 0.30 145.66 0.95 0.36
Hex 5 B2 4F 61 0 38 1E 92 5F 24
Octal 5 262 117 141 0 70 36 222 137 44
Binary 101 10110010 1001111 1100001 0 111000 11110 10010010 1011111 100100

Color Harmonies of #05B24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05B24F

Black with #05B24F

Text Example


Text Example

White with #05B24F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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