#5FC64F

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

Shades of Apple #5FC64F

Tints of Apple #5FC64F

Color information

#5FC64F (or 0x5FC64F) is unknown color: approx Apple. HEX triplet: 5F, C6 and 4F. RGB value is (95,198,79). Sum of RGB (Red+Green+Blue) = 95+198+79=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 198 (77.73% from 255 or 53.23% from 372); Blue value is 79 (31.25% from 255 or 21.24% from 372); Max value from RGB is 198 - color contains mainly: green. Hex color #5FC64F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC64F is #A039B0. Grayscale: #9A9A9A. Windows color (decimal): -10500529 or 5228127. OLE color: 5228127.

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

Color convert

RGB9519879-
CMYK0.5200.600.22
HSL111.93º51.07%54.31%-
HSV(B)111.93º60.1%77.65%-
XYZ26.3243.3914.38-
YUV153.6485.8886.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.54%
GREEN value IS 198 (77.73% from 255) = 53.23%
BLUE value IS 79 (31.25% from 255) = 21.24%
R=25.54%
G=53.23%
B=21.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal95198790.5200.600.22111.9351.0754.31
Hex5FC64F3403C16703336
Octal13730611764074261606366
Binary10111111100011010011111101000111100101101110000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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