#5FBE26

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

Shades of Kelly Green #5FBE26

Tints of Kelly Green #5FBE26

Color information

#5FBE26 (or 0x5FBE26) is unknown color: approx Kelly Green. HEX triplet: 5F, BE and 26. RGB value is (95,190,38). Sum of RGB (Red+Green+Blue) = 95+190+38=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 190 (74.61% from 255 or 58.82% from 323); Blue value is 38 (15.23% from 255 or 11.76% from 323); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBE26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBE26 is #A041D9. Grayscale: #909090. Windows color (decimal): -10502618 or 2539103. OLE color: 2539103.

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

Color convert

RGB9519038-
CMYK0.500.80.25
HSL97.5º66.67%44.71%-
HSV(B)97.5º80%74.51%-
XYZ23.4839.48.2-
YUV144.2768.0392.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.41%
GREEN value IS 190 (74.61% from 255) = 58.82%
BLUE value IS 38 (15.23% from 255) = 11.76%
R=29.41%
G=58.82%
B=11.76%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95190380.500.80.2597.566.6744.71
Hex5FBE26320501962432d
Octal137276466201203114210355
Binary101111110111110100110110010010100001100111000101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBE26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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