Html Css Color HEX #5FC420 Kelly Green

📋 copy color: '#5FC420'

red 95 ◦ green 196 ◦ blue 32

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

Shades of Kelly Green #5FC420

Tints of Kelly Green #5FC420

RGB

 RED value IS 95 (37.5% from 255) = 29.41%

 GREEN value IS 196 (76.95% from 255) = 60.68%

 BLUE value IS 32 (12.89% from 255) = 9.91%

R = 29.41%
G = 60.68%
B = 9.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#5FC420 (or 0x5FC420) is known color: Kelly Green. HEX triplet: 5F, C4 and 20. RGB value is (95,196,32). Sum of RGB (Red+Green+Blue) = 95+196+32=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 196 (76.95% from 255 or 60.68% from 323); Blue value is 32 (12.89% from 255 or 9.91% from 323); Max value from RGB is 196 - color contains mainly: green. Hex color #5FC420 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC420 is #A03BDF. Grayscale: #939393. Windows color (decimal): -10501088 or 2147423. OLE color: 2147423.

HSL color Cylindrical-coordinate representation of color #5FC420: hue angle of 96.95º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5FC420 is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 95 196 32 -
CMYK 0.52 0 0.84 0.23
HSL 96.95º 0.72% 0.45% -
HSV(B) 96.95º 0.84% 0.77% -
XYZ 24.72 42.02 8.17 -
YUV 147.11 63.04 90.84 -
System Red Green Blue C M Y K H S L
Decimal 95 196 32 0.52 0 0.84 0.23 96.95 0.72 0.45
Hex 5F C4 20 34 0 54 17 61 48 2D
Octal 137 304 40 64 0 124 27 141 110 55
Binary 1011111 11000100 100000 110100 0 1010100 10111 1100001 1001000 101101

Color Harmonies of #5FC420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC420

Black with #5FC420

Text Example


Text Example

White with #5FC420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FC420; }

 p { color: rgb(95,196,32); }

 H1.HeaderClassName
 {
   color: #5FC420;
 }
 .AnyTagClassName
 {
   color: #5FC420;
 }
</style>

background-color css

<style>
 a { background-color: #5FC420; }

 a { background-color: rgb(95,196,32); }

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

border-color css

<style>
 span { border-color: #5FC420; }

 span { border-color: rgb(95,196,32); }

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