#5FC63F

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

Shades of Apple #5FC63F

Tints of Apple #5FC63F

Color information

#5FC63F (or 0x5FC63F) is unknown color: approx Apple. HEX triplet: 5F, C6 and 3F. RGB value is (95,198,63). Sum of RGB (Red+Green+Blue) = 95+198+63=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 198 (77.73% from 255 or 55.62% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 198 - color contains mainly: green. Hex color #5FC63F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC63F is #A039C0. Grayscale: #989898. Windows color (decimal): -10500545 or 4179551. OLE color: 4179551.

HSL color Cylindrical-coordinate representation of color #5FC63F: hue angle of 105.78º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5FC63F is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB9519863-
CMYK0.5200.680.22
HSL105.78º54.22%51.18%-
HSV(B)105.78º68.18%77.65%-
XYZ25.8143.1811.68-
YUV151.8177.8887.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.69%
GREEN value IS 198 (77.73% from 255) = 55.62%
BLUE value IS 63 (25% from 255) = 17.70%
R=26.69%
G=55.62%
B=17.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal95198630.5200.680.22105.7854.2251.18
Hex5FC63F34044166a3633
Octal13730677640104261526663
Binary10111111100011011111111010001000100101101101010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,198,63); }

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

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

 a { background-color: rgb(95,198,63); }

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

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

 span { border-color: rgb(95,198,63); }

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