#5EBF45

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

Shades of Apple #5EBF45

Tints of Apple #5EBF45

Color information

#5EBF45 (or 0x5EBF45) is unknown color: approx Apple. HEX triplet: 5E, BF and 45. RGB value is (94,191,69). Sum of RGB (Red+Green+Blue) = 94+191+69=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5EBF45 is #A140BA. Grayscale: #949494. Windows color (decimal): -10567867 or 4570974. OLE color: 4570974.

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

Color convert

RGB9419169-
CMYK0.5100.640.25
HSL107.7º48.8%50.98%-
HSV(B)107.7º63.87%74.9%-
XYZ24.3240.0712.08-
YUV148.0983.3689.42-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.55%
GREEN value IS 191 (75% from 255) = 53.95%
BLUE value IS 69 (27.34% from 255) = 19.49%
R=26.55%
G=53.95%
B=19.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal94191690.5100.640.25107.748.850.98
Hex5EBF4533040196c3133
Octal136277105630100311546163
Binary101111010111111100010111001101000000110011101100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EBF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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