#5FBF3C

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

Shades of Apple #5FBF3C

Tints of Apple #5FBF3C

Color information

#5FBF3C (or 0x5FBF3C) is unknown color: approx Apple. HEX triplet: 5F, BF and 3C. RGB value is (95,191,60). Sum of RGB (Red+Green+Blue) = 95+191+60=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBF3C is #A040C3. Grayscale: #939393. Windows color (decimal): -10502340 or 3981151. OLE color: 3981151.

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

Color convert

RGB9519160-
CMYK0.5000.690.25
HSL103.97º52.19%49.22%-
HSV(B)103.97º68.59%74.9%-
XYZ24.1740.0210.73-
YUV147.3678.790.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.46%
GREEN value IS 191 (75% from 255) = 55.20%
BLUE value IS 60 (23.83% from 255) = 17.34%
R=27.46%
G=55.20%
B=17.34%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95191600.5000.690.25103.9752.1949.22
Hex5FBF3C3204519683431
Octal13727774620105311506461
Binary10111111011111111110011001001000101110011101000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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