#5FC14D

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

Shades of Apple #5FC14D

Tints of Apple #5FC14D

Color information

#5FC14D (or 0x5FC14D) is unknown color: approx Apple. HEX triplet: 5F, C1 and 4D. RGB value is (95,193,77). Sum of RGB (Red+Green+Blue) = 95+193+77=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5FC14D is #A03EB2. Grayscale: #969696. Windows color (decimal): -10501811 or 5095775. OLE color: 5095775.

HSL color Cylindrical-coordinate representation of color #5FC14D: hue angle of 110.69º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FC14D is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB9519377-
CMYK0.5100.600.24
HSL110.69º48.33%52.94%-
HSV(B)110.69º60.1%75.69%-
XYZ25.1341.1113.63-
YUV150.4786.5388.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.03%
GREEN value IS 193 (75.78% from 255) = 52.88%
BLUE value IS 77 (30.47% from 255) = 21.10%
R=26.03%
G=52.88%
B=21.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal95193770.5100.600.24110.6948.3352.94
Hex5FC14D3303C186f3035
Octal13730111563074301576065
Binary10111111100000110011011100110111100110001101111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,193,77); }

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

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

 a { background-color: rgb(95,193,77); }

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

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

 span { border-color: rgb(95,193,77); }

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