Html Css Color HEX #5FBA1A Kelly Green

📋 copy color: '#5FBA1A'

red 95 ◦ green 186 ◦ blue 26

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

Shades of Kelly Green #5FBA1A

Tints of Kelly Green #5FBA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.47%

R = 30.94%
G = 60.59%
B = 8.47%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#5FBA1A (or 0x5FBA1A) is known color: Kelly Green. HEX triplet: 5F, BA and 1A. RGB value is (95,186,26). Sum of RGB (Red+Green+Blue) = 95+186+26=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBA1A is #A045E5. Grayscale: #8D8D8D. Windows color (decimal): -10503654 or 1751647. OLE color: 1751647.

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

Color convert

RGB 95 186 26 -
CMYK 0.49 0 0.86 0.27
HSL 94.13º 0.75% 0.42% -
HSV(B) 94.13º 0.86% 0.73% -
XYZ 22.46 37.63 7.06 -
YUV 140.55 63.35 95.51 -
System Red Green Blue C M Y K H S L
Decimal 95 186 26 0.49 0 0.86 0.27 94.13 0.75 0.42
Hex 5F BA 1A 31 0 56 1B 5E 4B 2A
Octal 137 272 32 61 0 126 33 136 113 52
Binary 1011111 10111010 11010 110001 0 1010110 11011 1011110 1001011 101010

Color Harmonies of #5FBA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBA1A

Black with #5FBA1A

Text Example


Text Example

White with #5FBA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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