#5FB72F

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

Shades of Apple #5FB72F

Tints of Apple #5FB72F

Color information

#5FB72F (or 0x5FB72F) is unknown color: approx Apple. HEX triplet: 5F, B7 and 2F. RGB value is (95,183,47). Sum of RGB (Red+Green+Blue) = 95+183+47=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB72F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB72F is #A048D0. Grayscale: #8D8D8D. Windows color (decimal): -10504401 or 3127135. OLE color: 3127135.

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

Color convert

RGB9518347-
CMYK0.4800.740.28
HSL98.82º59.13%45.1%-
HSV(B)98.82º74.32%71.76%-
XYZ22.1736.518.57-
YUV141.1874.8595.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.23%
GREEN value IS 183 (71.88% from 255) = 56.31%
BLUE value IS 47 (18.75% from 255) = 14.46%
R=29.23%
G=56.31%
B=14.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal95183470.4800.740.2898.8259.1345.1
Hex5FB72F3004A1C633b2d
Octal13726757600112341437355
Binary10111111011011110111111000001001010111001100011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB72F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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