#5FB949

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

Shades of Apple #5FB949

Tints of Apple #5FB949

Color information

#5FB949 (or 0x5FB949) is unknown color: approx Apple. HEX triplet: 5F, B9 and 49. RGB value is (95,185,73). Sum of RGB (Red+Green+Blue) = 95+185+73=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 185 (72.66% from 255 or 52.41% from 353); Blue value is 73 (28.91% from 255 or 20.68% from 353); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB949 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB949 is #A046B6. Grayscale: #919191. Windows color (decimal): -10503863 or 4831583. OLE color: 4831583.

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

Color convert

RGB9518573-
CMYK0.4900.610.27
HSL108.21º44.44%50.59%-
HSV(B)108.21º60.54%72.55%-
XYZ23.2737.6112.34-
YUV145.3287.1892.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.91%
GREEN value IS 185 (72.66% from 255) = 52.41%
BLUE value IS 73 (28.91% from 255) = 20.68%
R=26.91%
G=52.41%
B=20.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95185730.4900.610.27108.2144.4450.59
Hex5FB9493103D1B6c2c33
Octal13727111161075331545463
Binary10111111011100110010011100010111101110111101100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,185,73); }

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

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

 a { background-color: rgb(95,185,73); }

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

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

 span { border-color: rgb(95,185,73); }

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