#5FBF39

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

Shades of Apple #5FBF39

Tints of Apple #5FBF39

Color information

#5FBF39 (or 0x5FBF39) is unknown color: approx Apple. HEX triplet: 5F, BF and 39. RGB value is (95,191,57). Sum of RGB (Red+Green+Blue) = 95+191+57=343 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.70% from 343); Green value is 191 (75% from 255 or 55.69% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 191 - color contains mainly: green. Hex color #5FBF39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FBF39 is #A040C6. Grayscale: #939393. Windows color (decimal): -10502343 or 3784543. OLE color: 3784543.

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

Color convert

RGB9519157-
CMYK0.5000.700.25
HSL102.99º54.03%48.63%-
HSV(B)102.99º70.16%74.9%-
XYZ24.0939.9910.32-
YUV147.0277.290.9-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.70%
GREEN value IS 191 (75% from 255) = 55.69%
BLUE value IS 57 (22.66% from 255) = 16.62%
R=27.70%
G=55.69%
B=16.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95191570.5000.700.25102.9954.0348.63
Hex5FBF393204619673631
Octal13727771620106311476661
Binary10111111011111111100111001001000110110011100111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBF39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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