#5FB03F

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

Shades of Apple #5FB03F

Tints of Apple #5FB03F

Color information

#5FB03F (or 0x5FB03F) is unknown color: approx Apple. HEX triplet: 5F, B0 and 3F. RGB value is (95,176,63). Sum of RGB (Red+Green+Blue) = 95+176+63=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 176 (69.14% from 255 or 52.69% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB03F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FB03F is #A04FC0. Grayscale: #8B8B8B. Windows color (decimal): -10506177 or 4173919. OLE color: 4173919.

HSL color Cylindrical-coordinate representation of color #5FB03F: hue angle of 103.01º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5FB03F is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB9517663-
CMYK0.4600.640.31
HSL103.01º47.28%46.86%-
HSV(B)103.01º64.2%69.02%-
XYZ21.1433.8410.12-
YUV138.985.1696.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.44%
GREEN value IS 176 (69.14% from 255) = 52.69%
BLUE value IS 63 (25% from 255) = 18.86%
R=28.44%
G=52.69%
B=18.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal95176630.4600.640.31103.0147.2846.86
Hex5FB03F2E0401F672f2f
Octal13726077560100371475757
Binary10111111011000011111110111001000000111111100111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,176,63); }

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

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

 a { background-color: rgb(95,176,63); }

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

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

 span { border-color: rgb(95,176,63); }

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