#5FB640

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

Shades of Apple #5FB640

Tints of Apple #5FB640

Color information

#5FB640 (or 0x5FB640) is unknown color: approx Apple. HEX triplet: 5F, B6 and 40. RGB value is (95,182,64). Sum of RGB (Red+Green+Blue) = 95+182+64=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 182 (71.48% from 255 or 53.37% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 182 - color contains mainly: green. Hex color #5FB640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB640 is #A049BF. Grayscale: #8E8E8E. Windows color (decimal): -10504640 or 4240991. OLE color: 4240991.

HSL color Cylindrical-coordinate representation of color #5FB640: hue angle of 104.24º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5FB640 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB9518264-
CMYK0.4800.650.29
HSL104.24º47.97%48.24%-
HSV(B)104.24º64.84%71.37%-
XYZ22.3736.2610.67-
YUV142.5383.6894.09-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.86%
GREEN value IS 182 (71.48% from 255) = 53.37%
BLUE value IS 64 (25.39% from 255) = 18.77%
R=27.86%
G=53.37%
B=18.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal95182640.4800.650.29104.2447.9748.24
Hex5FB640300411D683030
Octal137266100600101351506060
Binary101111110110110100000011000001000001111011101000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,182,64); }

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

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

 a { background-color: rgb(95,182,64); }

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

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

 span { border-color: rgb(95,182,64); }

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