Html Css Color HEX #5FBA14 Kelly Green

📋 copy color: '#5FBA14'

red 95 ◦ green 186 ◦ blue 20

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

Shades of Kelly Green #5FBA14

Tints of Kelly Green #5FBA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 61.79%

 BLUE value IS 20 (8.2% from 255) = 6.64%

R = 31.56%
G = 61.79%
B = 6.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#5FBA14 (or 0x5FBA14) is known color: Kelly Green. HEX triplet: 5F, BA and 14. RGB value is (95,186,20). Sum of RGB (Red+Green+Blue) = 95+186+20=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 186 (73.05% from 255 or 61.79% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FBA14 is #A045EB. Grayscale: #8C8C8C. Windows color (decimal): -10503660 or 1358431. OLE color: 1358431.

HSL color Cylindrical-coordinate representation of color #5FBA14: hue angle of 92.89º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5FBA14 is Cyan = 0.49, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 186 20 -
CMYK 0.49 0 0.89 0.27
HSL 92.89º 0.81% 0.4% -
HSV(B) 92.89º 0.89% 0.73% -
XYZ 22.4 37.6 6.74 -
YUV 139.87 60.35 96 -
System Red Green Blue C M Y K H S L
Decimal 95 186 20 0.49 0 0.89 0.27 92.89 0.81 0.4
Hex 5F BA 14 31 0 59 1B 5D 51 28
Octal 137 272 24 61 0 131 33 135 121 50
Binary 1011111 10111010 10100 110001 0 1011001 11011 1011101 1010001 101000

Color Harmonies of #5FBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBA14

Black with #5FBA14

Text Example


Text Example

White with #5FBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,186,20); }

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

background-color css

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

 a { background-color: rgb(95,186,20); }

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

border-color css

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

 span { border-color: rgb(95,186,20); }

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