#5FAE44

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

Shades of Apple #5FAE44

Tints of Apple #5FAE44

Color information

#5FAE44 (or 0x5FAE44) is unknown color: approx Apple. HEX triplet: 5F, AE and 44. RGB value is (95,174,68). Sum of RGB (Red+Green+Blue) = 95+174+68=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 174 (68.36% from 255 or 51.63% from 337); Blue value is 68 (26.95% from 255 or 20.18% from 337); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAE44 is #A051BB. Grayscale: #8A8A8A. Windows color (decimal): -10506684 or 4501087. OLE color: 4501087.

HSL color Cylindrical-coordinate representation of color #5FAE44: hue angle of 104.72º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FAE44 is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.32.

Color convert

RGB9517468-
CMYK0.4500.610.32
HSL104.72º43.8%47.45%-
HSV(B)104.72º60.92%68.24%-
XYZ20.933.1210.76-
YUV138.2988.3397.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.19%
GREEN value IS 174 (68.36% from 255) = 51.63%
BLUE value IS 68 (26.95% from 255) = 20.18%
R=28.19%
G=51.63%
B=20.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95174680.4500.610.32104.7243.847.45
Hex5FAE442D03D20692c2f
Octal13725610455075401515457
Binary101111110101110100010010110101111011000001101001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,174,68); }

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

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

 a { background-color: rgb(95,174,68); }

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

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

 span { border-color: rgb(95,174,68); }

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