#5FBE44

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

Shades of Apple #5FBE44

Tints of Apple #5FBE44

Color information

#5FBE44 (or 0x5FBE44) is unknown color: approx Apple. HEX triplet: 5F, BE and 44. RGB value is (95,190,68). Sum of RGB (Red+Green+Blue) = 95+190+68=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 190 (74.61% from 255 or 53.82% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 190 - color contains mainly: green. Hex color #5FBE44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBE44 is #A041BB. Grayscale: #949494. Windows color (decimal): -10502588 or 4505183. OLE color: 4505183.

HSL color Cylindrical-coordinate representation of color #5FBE44: hue angle of 106.72º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FBE44 is Cyan = 0.5, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB9519068-
CMYK0.500.640.25
HSL106.72º48.41%50.59%-
HSV(B)106.72º64.21%74.51%-
XYZ24.1839.6811.85-
YUV147.6983.0390.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.91%
GREEN value IS 190 (74.61% from 255) = 53.82%
BLUE value IS 68 (26.95% from 255) = 19.26%
R=26.91%
G=53.82%
B=19.26%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95190680.500.640.25106.7248.4150.59
Hex5FBE4432040196b3033
Octal137276104620100311536063
Binary101111110111110100010011001001000000110011101011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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