#5FAB38

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

Shades of Apple #5FAB38

Tints of Apple #5FAB38

Color information

#5FAB38 (or 0x5FAB38) is unknown color: approx Apple. HEX triplet: 5F, AB and 38. RGB value is (95,171,56). Sum of RGB (Red+Green+Blue) = 95+171+56=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 171 (67.19% from 255 or 53.11% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAB38 is #A054C7. Grayscale: #878787. Windows color (decimal): -10507464 or 3713887. OLE color: 3713887.

HSL color Cylindrical-coordinate representation of color #5FAB38: hue angle of 99.65º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5FAB38 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB9517156-
CMYK0.4400.670.33
HSL99.65º50.66%44.51%-
HSV(B)99.65º67.25%67.06%-
XYZ2031.848.83-
YUV135.1783.3299.35-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.50%
GREEN value IS 171 (67.19% from 255) = 53.11%
BLUE value IS 56 (22.27% from 255) = 17.39%
R=29.50%
G=53.11%
B=17.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95171560.4400.670.3399.6550.6644.51
Hex5FAB382C0432164332d
Octal13725370540103411446355
Binary101111110101011111000101100010000111000011100100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,171,56); }

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

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

 a { background-color: rgb(95,171,56); }

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

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

 span { border-color: rgb(95,171,56); }

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