#5fbb3e

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

Shades of Apple #5FBB3E

Tints of Apple #5FBB3E

Color information

#5FBB3E (or 0x5FBB3E) is unknown color: approx Apple. HEX triplet: 5F, BB and 3E. RGB value is (95,187,62). Sum of RGB (Red+Green+Blue) = 95+187+62=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 187 (73.44% from 255 or 54.36% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 187 - color contains mainly: green. Hex color #5FBB3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBB3E is #A044C1. Grayscale: #919191. Windows color (decimal): -10503362 or 4111199. OLE color: 4111199.

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

Color convert

RGB9518762-
CMYK0.4900.670.27
HSL104.16º50.2%48.82%-
HSV(B)104.16º66.84%73.33%-
XYZ23.3638.3210.72-
YUV145.2481.0292.16-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.62%
GREEN value IS 187 (73.44% from 255) = 54.36%
BLUE value IS 62 (24.61% from 255) = 18.02%
R=27.62%
G=54.36%
B=18.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95187620.4900.670.27104.1650.248.82
Hex5FBB3E310431B683231
Octal13727376610103331506261
Binary10111111011101111111011000101000011110111101000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fbb3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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