#5FB531

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

Shades of Apple #5FB531

Tints of Apple #5FB531

Color information

#5FB531 (or 0x5FB531) is unknown color: approx Apple. HEX triplet: 5F, B5 and 31. RGB value is (95,181,49). Sum of RGB (Red+Green+Blue) = 95+181+49=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 181 (71.09% from 255 or 55.69% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 181 - color contains mainly: green. Hex color #5FB531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB531 is #A04ACE. Grayscale: #8C8C8C. Windows color (decimal): -10504911 or 3257695. OLE color: 3257695.

HSL color Cylindrical-coordinate representation of color #5FB531: hue angle of 99.09º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FB531 is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB9518149-
CMYK0.4800.730.29
HSL99.09º57.39%45.1%-
HSV(B)99.09º72.93%70.98%-
XYZ21.835.78.65-
YUV140.2476.5195.73-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.23%
GREEN value IS 181 (71.09% from 255) = 55.69%
BLUE value IS 49 (19.53% from 255) = 15.08%
R=29.23%
G=55.69%
B=15.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal95181490.4800.730.2999.0957.3945.1
Hex5FB531300491D63392d
Octal13726561600111351437155
Binary10111111011010111000111000001001001111011100011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,181,49); }

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

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

 a { background-color: rgb(95,181,49); }

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

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

 span { border-color: rgb(95,181,49); }

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