#5FB52F

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

Shades of Apple #5FB52F

Tints of Apple #5FB52F

Color information

#5FB52F (or 0x5FB52F) is unknown color: approx Apple. HEX triplet: 5F, B5 and 2F. RGB value is (95,181,47). Sum of RGB (Red+Green+Blue) = 95+181+47=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 181 (71.09% from 255 or 56.04% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 181 - color contains mainly: green. Hex color #5FB52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB52F is #A04AD0. Grayscale: #8C8C8C. Windows color (decimal): -10504913 or 3126623. OLE color: 3126623.

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

Color convert

RGB9518147-
CMYK0.4800.740.29
HSL98.51º58.77%44.71%-
HSV(B)98.51º74.03%70.98%-
XYZ21.7635.698.43-
YUV140.0175.5195.9-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.41%
GREEN value IS 181 (71.09% from 255) = 56.04%
BLUE value IS 47 (18.75% from 255) = 14.55%
R=29.41%
G=56.04%
B=14.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal95181470.4800.740.2998.5158.7744.71
Hex5FB52F3004A1D633b2d
Octal13726557600112351437355
Binary10111111011010110111111000001001010111011100011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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