#5FB450

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

Shades of Apple #5FB450

Tints of Apple #5FB450

Color information

#5FB450 (or 0x5FB450) is unknown color: approx Apple. HEX triplet: 5F, B4 and 50. RGB value is (95,180,80). Sum of RGB (Red+Green+Blue) = 95+180+80=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FB450 is #A04BAF. Grayscale: #8F8F8F. Windows color (decimal): -10505136 or 5289055. OLE color: 5289055.

HSL color Cylindrical-coordinate representation of color #5FB450: hue angle of 111º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FB450 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB9518080-
CMYK0.4700.560.29
HSL111º40%50.98%-
HSV(B)111º55.56%70.59%-
XYZ22.4935.6513.29-
YUV143.1892.3493.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.76%
GREEN value IS 180 (70.70% from 255) = 50.70%
BLUE value IS 80 (31.64% from 255) = 22.54%
R=26.76%
G=50.70%
B=22.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal95180800.4700.560.291114050.98
Hex5FB4502F0381D6f2833
Octal13726412057070351575063
Binary10111111011010010100001011110111000111011101111101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,180,80); }

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

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

 a { background-color: rgb(95,180,80); }

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

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

 span { border-color: rgb(95,180,80); }

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