#5FB432

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

Shades of Apple #5FB432

Tints of Apple #5FB432

Color information

#5FB432 (or 0x5FB432) is unknown color: approx Apple. HEX triplet: 5F, B4 and 32. RGB value is (95,180,50). Sum of RGB (Red+Green+Blue) = 95+180+50=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 180 (70.70% from 255 or 55.38% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 180 - color contains mainly: green. Hex color #5FB432 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB432 is #A04BCD. Grayscale: #8C8C8C. Windows color (decimal): -10505166 or 3322975. OLE color: 3322975.

HSL color Cylindrical-coordinate representation of color #5FB432: hue angle of 99.23º 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 #5FB432 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB9518050-
CMYK0.4700.720.29
HSL99.23º56.52%45.1%-
HSV(B)99.23º72.22%70.59%-
XYZ21.6235.318.69-
YUV139.7677.3496.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.23%
GREEN value IS 180 (70.70% from 255) = 55.38%
BLUE value IS 50 (19.92% from 255) = 15.38%
R=29.23%
G=55.38%
B=15.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal95180500.4700.720.2999.2356.5245.1
Hex5FB4322F0481D63392d
Octal13726462570110351437155
Binary10111111011010011001010111101001000111011100011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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