#5FBC48

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

Shades of Apple #5FBC48

Tints of Apple #5FBC48

Color information

#5FBC48 (or 0x5FBC48) is unknown color: approx Apple. HEX triplet: 5F, BC and 48. RGB value is (95,188,72). Sum of RGB (Red+Green+Blue) = 95+188+72=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #5FBC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBC48 is #A043B7. Grayscale: #939393. Windows color (decimal): -10503096 or 4766815. OLE color: 4766815.

HSL color Cylindrical-coordinate representation of color #5FBC48: hue angle of 108.1º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FBC48 is Cyan = 0.49, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB9518872-
CMYK0.4900.620.26
HSL108.1º46.4%50.98%-
HSV(B)108.1º61.7%73.73%-
XYZ23.8738.8712.37-
YUV146.9785.6990.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.76%
GREEN value IS 188 (73.83% from 255) = 52.96%
BLUE value IS 72 (28.52% from 255) = 20.28%
R=26.76%
G=52.96%
B=20.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal95188720.4900.620.26108.146.450.98
Hex5FBC483103E1A6c2e33
Octal13727411061076321545663
Binary10111111011110010010001100010111110110101101100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,188,72); }

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

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

 a { background-color: rgb(95,188,72); }

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

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

 span { border-color: rgb(95,188,72); }

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