#5FB24F

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

Shades of Apple #5FB24F

Tints of Apple #5FB24F

Color information

#5FB24F (or 0x5FB24F) is unknown color: approx Apple. HEX triplet: 5F, B2 and 4F. RGB value is (95,178,79). Sum of RGB (Red+Green+Blue) = 95+178+79=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 79 (31.25% from 255 or 22.44% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #5FB24F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FB24F is #A04DB0. Grayscale: #8E8E8E. Windows color (decimal): -10505649 or 5223007. OLE color: 5223007.

HSL color Cylindrical-coordinate representation of color #5FB24F: hue angle of 110.3º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5FB24F is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB9517879-
CMYK0.4700.560.30
HSL110.3º39.13%50.39%-
HSV(B)110.3º55.62%69.8%-
XYZ22.0534.8412.96-
YUV141.992.594.55-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.99%
GREEN value IS 178 (69.92% from 255) = 50.57%
BLUE value IS 79 (31.25% from 255) = 22.44%
R=26.99%
G=50.57%
B=22.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal95178790.4700.560.30110.339.1350.39
Hex5FB24F2F0381E6e2732
Octal13726211757070361564762
Binary10111111011001010011111011110111000111101101110100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,178,79); }

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

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

 a { background-color: rgb(95,178,79); }

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

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

 span { border-color: rgb(95,178,79); }

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