#5FBE1A

Color #5FBE1A Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #5FBE1A

Tints of Kelly Green #5FBE1A

Color information

#5FBE1A (or 0x5FBE1A) is unknown color: approx Kelly Green. HEX triplet: 5F, BE and 1A. RGB value is (95,190,26). Sum of RGB (Red+Green+Blue) = 95+190+26=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 190 (74.61% from 255 or 61.09% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBE1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBE1A is #A041E5. Grayscale: #8F8F8F. Windows color (decimal): -10502630 or 1752671. OLE color: 1752671.

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

Color convert

RGB9519026-
CMYK0.500.860.25
HSL94.76º75.93%42.35%-
HSV(B)94.76º86.32%74.51%-
XYZ23.3239.337.34-
YUV142.962.0393.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.55%
GREEN value IS 190 (74.61% from 255) = 61.09%
BLUE value IS 26 (10.55% from 255) = 8.36%
R=30.55%
G=61.09%
B=8.36%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95190260.500.860.2594.7675.9342.35
Hex5FBE1A32056195f4c2a
Octal137276326201263113711452
Binary10111111011111011010110010010101101100110111111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FBE1A;
 }
 .AnyTagClassName
 {
   color: #5FBE1A;
 }
</style>
background-color css

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

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

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

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

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

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