#5FBA41

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

Shades of Apple #5FBA41

Tints of Apple #5FBA41

Color information

#5FBA41 (or 0x5FBA41) is unknown color: approx Apple. HEX triplet: 5F, BA and 41. RGB value is (95,186,65). Sum of RGB (Red+Green+Blue) = 95+186+65=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBA41 is #A045BE. Grayscale: #919191. Windows color (decimal): -10503615 or 4307551. OLE color: 4307551.

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

Color convert

RGB9518665-
CMYK0.4900.650.27
HSL105.12º48.21%49.22%-
HSV(B)105.12º65.05%72.94%-
XYZ23.2337.9311.1-
YUV14582.8592.34-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.46%
GREEN value IS 186 (73.05% from 255) = 53.76%
BLUE value IS 65 (25.78% from 255) = 18.79%
R=27.46%
G=53.76%
B=18.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95186650.4900.650.27105.1248.2149.22
Hex5FBA41310411B693031
Octal137272101610101331516061
Binary101111110111010100000111000101000001110111101001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,186,65); }

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

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

 a { background-color: rgb(95,186,65); }

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

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

 span { border-color: rgb(95,186,65); }

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