#5FB12F

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

Shades of Apple #5FB12F

Tints of Apple #5FB12F

Color information

#5FB12F (or 0x5FB12F) is unknown color: approx Apple. HEX triplet: 5F, B1 and 2F. RGB value is (95,177,47). Sum of RGB (Red+Green+Blue) = 95+177+47=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 177 (69.53% from 255 or 55.49% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB12F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FB12F is #A04ED0. Grayscale: #8A8A8A. Windows color (decimal): -10505937 or 3125599. OLE color: 3125599.

HSL color Cylindrical-coordinate representation of color #5FB12F: hue angle of 97.85º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FB12F is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB9517747-
CMYK0.4600.730.31
HSL97.85º58.04%43.92%-
HSV(B)97.85º73.45%69.41%-
XYZ20.9534.088.16-
YUV137.6676.8397.57-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.78%
GREEN value IS 177 (69.53% from 255) = 55.49%
BLUE value IS 47 (18.75% from 255) = 14.73%
R=29.78%
G=55.49%
B=14.73%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95177470.4600.730.3197.8558.0443.92
Hex5FB12F2E0491F623a2c
Octal13726157560111371427254
Binary10111111011000110111110111001001001111111100010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,177,47); }

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

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

 a { background-color: rgb(95,177,47); }

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

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

 span { border-color: rgb(95,177,47); }

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