#5FBF3E

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

Shades of Apple #5FBF3E

Tints of Apple #5FBF3E

Color information

#5FBF3E (or 0x5FBF3E) is unknown color: approx Apple. HEX triplet: 5F, BF and 3E. RGB value is (95,191,62). Sum of RGB (Red+Green+Blue) = 95+191+62=348 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.30% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBF3E is #A040C1. Grayscale: #949494. Windows color (decimal): -10502338 or 4112223. OLE color: 4112223.

HSL color Cylindrical-coordinate representation of color #5FBF3E: hue angle of 104.65º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5FBF3E is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB9519162-
CMYK0.5000.680.25
HSL104.65º50.99%49.61%-
HSV(B)104.65º67.54%74.9%-
XYZ24.2240.0411.01-
YUV147.5979.790.49-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.30%
GREEN value IS 191 (75% from 255) = 54.89%
BLUE value IS 62 (24.61% from 255) = 17.82%
R=27.30%
G=54.89%
B=17.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95191620.5000.680.25104.6550.9949.61
Hex5FBF3E3204419693332
Octal13727776620104311516362
Binary10111111011111111111011001001000100110011101001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,191,62); }

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

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

 a { background-color: rgb(95,191,62); }

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

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

 span { border-color: rgb(95,191,62); }

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