#5fbb25

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

Shades of Kelly Green #5FBB25

Tints of Kelly Green #5FBB25

Color information

#5FBB25 (or 0x5FBB25) is unknown color: approx Kelly Green. HEX triplet: 5F, BB and 25. RGB value is (95,187,37). Sum of RGB (Red+Green+Blue) = 95+187+37=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 187 (73.44% from 255 or 58.62% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 187 - color contains mainly: green. Hex color #5FBB25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBB25 is #A044DA. Grayscale: #8E8E8E. Windows color (decimal): -10503387 or 2472799. OLE color: 2472799.

HSL color Cylindrical-coordinate representation of color #5FBB25: hue angle of 96.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5FBB25 is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB9518737-
CMYK0.4900.800.27
HSL96.8º66.96%43.92%-
HSV(B)96.8º80.21%73.33%-
XYZ22.8238.117.9-
YUV142.3968.5294.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.78%
GREEN value IS 187 (73.44% from 255) = 58.62%
BLUE value IS 37 (14.84% from 255) = 11.60%
R=29.78%
G=58.62%
B=11.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95187370.4900.800.2796.866.9643.92
Hex5FBB25310501B61432c
Octal137273456101203314110354
Binary101111110111011100101110001010100001101111000011000011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fbb25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,187,37); }

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

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

 a { background-color: rgb(95,187,37); }

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

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

 span { border-color: rgb(95,187,37); }

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