#5FC350

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

Shades of Apple #5FC350

Tints of Apple #5FC350

Color information

#5FC350 (or 0x5FC350) is unknown color: approx Apple. HEX triplet: 5F, C3 and 50. RGB value is (95,195,80). Sum of RGB (Red+Green+Blue) = 95+195+80=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #5FC350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC350 is #A03CAF. Grayscale: #989898. Windows color (decimal): -10501296 or 5292895. OLE color: 5292895.

HSL color Cylindrical-coordinate representation of color #5FC350: hue angle of 112.17º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FC350 is Cyan = 0.51, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB9519580-
CMYK0.5100.590.24
HSL112.17º48.94%53.92%-
HSV(B)112.17º58.97%76.47%-
XYZ25.6842.0414.35-
YUV151.9987.3787.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.68%
GREEN value IS 195 (76.56% from 255) = 52.70%
BLUE value IS 80 (31.64% from 255) = 21.62%
R=25.68%
G=52.70%
B=21.62%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal95195800.5100.590.24112.1748.9453.92
Hex5FC3503303B18703136
Octal13730312063073301606166
Binary10111111100001110100001100110111011110001110000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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