#5ED03B

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

Shades of Apple #5ED03B

Tints of Apple #5ED03B

Color information

#5ED03B (or 0x5ED03B) is unknown color: approx Apple. HEX triplet: 5E, D0 and 3B. RGB value is (94,208,59). Sum of RGB (Red+Green+Blue) = 94+208+59=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 208 (81.64% from 255 or 57.62% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 208 - color contains mainly: green. Hex color #5ED03B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED03B is #A12FC4. Grayscale: #9D9D9D. Windows color (decimal): -10563525 or 3919966. OLE color: 3919966.

HSL color Cylindrical-coordinate representation of color #5ED03B: hue angle of 105.91º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5ED03B is Cyan = 0.55, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB9420859-
CMYK0.5500.720.18
HSL105.91º61.32%52.35%-
HSV(B)105.91º71.63%81.57%-
XYZ27.9647.8111.89-
YUV156.9372.7383.12-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.04%
GREEN value IS 208 (81.64% from 255) = 57.62%
BLUE value IS 59 (23.44% from 255) = 16.34%
R=26.04%
G=57.62%
B=16.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal94208590.5500.720.18105.9161.3252.35
Hex5ED03B37048126a3d34
Octal13632073670110221527564
Binary10111101101000011101111011101001000100101101010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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