#5FB532

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

Shades of Apple #5FB532

Tints of Apple #5FB532

Color information

#5FB532 (or 0x5FB532) is unknown color: approx Apple. HEX triplet: 5F, B5 and 32. RGB value is (95,181,50). Sum of RGB (Red+Green+Blue) = 95+181+50=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 181 (71.09% from 255 or 55.52% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 181 - color contains mainly: green. Hex color #5FB532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB532 is #A04ACD. Grayscale: #8C8C8C. Windows color (decimal): -10504910 or 3323231. OLE color: 3323231.

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

Color convert

RGB9518150-
CMYK0.4800.720.29
HSL99.39º56.71%45.29%-
HSV(B)99.39º72.38%70.98%-
XYZ21.8235.718.76-
YUV140.3577.0195.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.14%
GREEN value IS 181 (71.09% from 255) = 55.52%
BLUE value IS 50 (19.92% from 255) = 15.34%
R=29.14%
G=55.52%
B=15.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal95181500.4800.720.2999.3956.7145.29
Hex5FB532300481D63392d
Octal13726562600110351437155
Binary10111111011010111001011000001001000111011100011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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