#5FA83C

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

Shades of Apple #5FA83C

Tints of Apple #5FA83C

Color information

#5FA83C (or 0x5FA83C) is unknown color: approx Apple. HEX triplet: 5F, A8 and 3C. RGB value is (95,168,60). Sum of RGB (Red+Green+Blue) = 95+168+60=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 168 (66.02% from 255 or 52.01% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA83C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA83C is #A057C3. Grayscale: #868686. Windows color (decimal): -10508228 or 3975263. OLE color: 3975263.

HSL color Cylindrical-coordinate representation of color #5FA83C: hue angle of 100.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FA83C is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB9516860-
CMYK0.4300.640.34
HSL100.56º47.37%44.71%-
HSV(B)100.56º64.29%65.88%-
XYZ19.5430.769.18-
YUV133.8686.32100.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.41%
GREEN value IS 168 (66.02% from 255) = 52.01%
BLUE value IS 60 (23.83% from 255) = 18.58%
R=29.41%
G=52.01%
B=18.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal95168600.4300.640.34100.5647.3744.71
Hex5FA83C2B04022652f2d
Octal13725074530100421455755
Binary101111110101000111100101011010000001000101100101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,168,60); }

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

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

 a { background-color: rgb(95,168,60); }

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

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

 span { border-color: rgb(95,168,60); }

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