#5EBF2A

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

Shades of Kelly Green #5EBF2A

Tints of Kelly Green #5EBF2A

Color information

#5EBF2A (or 0x5EBF2A) is unknown color: approx Kelly Green. HEX triplet: 5E, BF and 2A. RGB value is (94,191,42). Sum of RGB (Red+Green+Blue) = 94+191+42=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 191 (75% from 255 or 58.41% from 327); Blue value is 42 (16.80% from 255 or 12.84% from 327); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBF2A is #A140D5. Grayscale: #919191. Windows color (decimal): -10567894 or 2801502. OLE color: 2801502.

HSL color Cylindrical-coordinate representation of color #5EBF2A: hue angle of 99.06º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5EBF2A is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB9419142-
CMYK0.5100.780.25
HSL99.06º63.95%45.69%-
HSV(B)99.06º78.01%74.9%-
XYZ23.6639.818.63-
YUV145.0169.8691.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.75%
GREEN value IS 191 (75% from 255) = 58.41%
BLUE value IS 42 (16.80% from 255) = 12.84%
R=28.75%
G=58.41%
B=12.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal94191420.5100.780.2599.0663.9545.69
Hex5EBF2A3304E1963402e
Octal136277526301163114310056
Binary101111010111111101010110011010011101100111000111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,191,42); }

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

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

 a { background-color: rgb(94,191,42); }

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

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

 span { border-color: rgb(94,191,42); }

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