#5FC131

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

Shades of Apple #5FC131

Tints of Apple #5FC131

Color information

#5FC131 (or 0x5FC131) is unknown color: approx Apple. HEX triplet: 5F, C1 and 31. RGB value is (95,193,49). Sum of RGB (Red+Green+Blue) = 95+193+49=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 193 (75.78% from 255 or 57.27% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 193 - color contains mainly: green. Hex color #5FC131 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC131 is #A03ECE. Grayscale: #939393. Windows color (decimal): -10501839 or 3260767. OLE color: 3260767.

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

Color convert

RGB9519349-
CMYK0.5100.750.24
HSL100.83º59.5%47.45%-
HSV(B)100.83º74.61%75.69%-
XYZ24.3440.799.5-
YUV147.2872.5390.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.19%
GREEN value IS 193 (75.78% from 255) = 57.27%
BLUE value IS 49 (19.53% from 255) = 14.54%
R=28.19%
G=57.27%
B=14.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal95193490.5100.750.24100.8359.547.45
Hex5FC1313304B18653c2f
Octal13730161630113301457457
Binary10111111100000111000111001101001011110001100101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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