#5FB148

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

Shades of Apple #5FB148

Tints of Apple #5FB148

Color information

#5FB148 (or 0x5FB148) is unknown color: approx Apple. HEX triplet: 5F, B1 and 48. RGB value is (95,177,72). Sum of RGB (Red+Green+Blue) = 95+177+72=344 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.62% from 344); Green value is 177 (69.53% from 255 or 51.45% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FB148 is #A04EB7. Grayscale: #8C8C8C. Windows color (decimal): -10505912 or 4763999. OLE color: 4763999.

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

Color convert

RGB9517772-
CMYK0.4600.590.31
HSL106.86º42.17%48.82%-
HSV(B)106.86º59.32%69.41%-
XYZ21.6134.3511.62-
YUV140.5189.3395.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.62%
GREEN value IS 177 (69.53% from 255) = 51.45%
BLUE value IS 72 (28.52% from 255) = 20.93%
R=27.62%
G=51.45%
B=20.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95177720.4600.590.31106.8642.1748.82
Hex5FB1482E03B1F6b2a31
Octal13726111056073371535261
Binary10111111011000110010001011100111011111111101011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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