#5FB94C

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

Shades of Apple #5FB94C

Tints of Apple #5FB94C

Color information

#5FB94C (or 0x5FB94C) is unknown color: approx Apple. HEX triplet: 5F, B9 and 4C. RGB value is (95,185,76). Sum of RGB (Red+Green+Blue) = 95+185+76=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 185 (72.66% from 255 or 51.97% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB94C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FB94C is #A046B3. Grayscale: #929292. Windows color (decimal): -10503860 or 5028191. OLE color: 5028191.

HSL color Cylindrical-coordinate representation of color #5FB94C: hue angle of 109.54º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FB94C is Cyan = 0.49, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB9518576-
CMYK0.4900.590.27
HSL109.54º43.78%51.18%-
HSV(B)109.54º58.92%72.55%-
XYZ23.3737.6512.87-
YUV145.6688.6891.86-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.69%
GREEN value IS 185 (72.66% from 255) = 51.97%
BLUE value IS 76 (30.08% from 255) = 21.35%
R=26.69%
G=51.97%
B=21.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal95185760.4900.590.27109.5443.7851.18
Hex5FB94C3103B1B6e2c33
Octal13727111461073331565463
Binary10111111011100110011001100010111011110111101110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,185,76); }

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

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

 a { background-color: rgb(95,185,76); }

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

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

 span { border-color: rgb(95,185,76); }

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