#5FB146

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

Shades of Apple #5FB146

Tints of Apple #5FB146

Color information

#5FB146 (or 0x5FB146) is unknown color: approx Apple. HEX triplet: 5F, B1 and 46. RGB value is (95,177,70). Sum of RGB (Red+Green+Blue) = 95+177+70=342 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.78% from 342); Green value is 177 (69.53% from 255 or 51.75% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FB146 is #A04EB9. Grayscale: #8C8C8C. Windows color (decimal): -10505914 or 4632927. OLE color: 4632927.

HSL color Cylindrical-coordinate representation of color #5FB146: hue angle of 105.98º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FB146 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB9517770-
CMYK0.4600.600.31
HSL105.98º43.32%48.43%-
HSV(B)105.98º60.45%69.41%-
XYZ21.5534.3211.28-
YUV140.2888.3395.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.78%
GREEN value IS 177 (69.53% from 255) = 51.75%
BLUE value IS 70 (27.73% from 255) = 20.47%
R=27.78%
G=51.75%
B=20.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95177700.4600.600.31105.9843.3248.43
Hex5FB1462E03C1F6a2b30
Octal13726110656074371525360
Binary10111111011000110001101011100111100111111101010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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