#5EBF3B

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

Shades of Apple #5EBF3B

Tints of Apple #5EBF3B

Color information

#5EBF3B (or 0x5EBF3B) is unknown color: approx Apple. HEX triplet: 5E, BF and 3B. RGB value is (94,191,59). Sum of RGB (Red+Green+Blue) = 94+191+59=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 191 (75% from 255 or 55.52% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBF3B is #A140C4. Grayscale: #939393. Windows color (decimal): -10567877 or 3915614. OLE color: 3915614.

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

Color convert

RGB9419159-
CMYK0.5100.690.25
HSL104.09º52.8%49.02%-
HSV(B)104.09º69.11%74.9%-
XYZ24.0439.9610.58-
YUV146.9578.3690.23-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 27.33%
GREEN value IS 191 (75% from 255) = 55.52%
BLUE value IS 59 (23.44% from 255) = 17.15%
R=27.33%
G=55.52%
B=17.15%

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
Decimal94191590.5100.690.25104.0952.849.02
Hex5EBF3B3304519683531
Octal13627773630105311506561
Binary10111101011111111101111001101000101110011101000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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