#5EBF3C

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

Shades of Apple #5EBF3C

Tints of Apple #5EBF3C

Color information

#5EBF3C (or 0x5EBF3C) is unknown color: approx Apple. HEX triplet: 5E, BF and 3C. RGB value is (94,191,60). Sum of RGB (Red+Green+Blue) = 94+191+60=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 191 (75% from 255 or 55.36% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBF3C is #A140C3. Grayscale: #939393. Windows color (decimal): -10567876 or 3981150. OLE color: 3981150.

HSL color Cylindrical-coordinate representation of color #5EBF3C: hue angle of 104.43º 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 #5EBF3C is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB9419160-
CMYK0.5100.690.25
HSL104.43º52.19%49.22%-
HSV(B)104.43º68.59%74.9%-
XYZ24.0639.9710.72-
YUV147.0678.8690.15-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.25%
GREEN value IS 191 (75% from 255) = 55.36%
BLUE value IS 60 (23.83% from 255) = 17.39%
R=27.25%
G=55.36%
B=17.39%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal94191600.5100.690.25104.4352.1949.22
Hex5EBF3C3304519683431
Octal13627774630105311506461
Binary10111101011111111110011001101000101110011101000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBF3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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