#5ed236

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

Shades of Apple #5ED236

Tints of Apple #5ED236

Color information

#5ED236 (or 0x5ED236) is unknown color: approx Apple. HEX triplet: 5E, D2 and 36. RGB value is (94,210,54). Sum of RGB (Red+Green+Blue) = 94+210+54=358 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.26% from 358); Green value is 210 (82.42% from 255 or 58.66% from 358); Blue value is 54 (21.48% from 255 or 15.08% from 358); Max value from RGB is 210 - color contains mainly: green. Hex color #5ED236 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ED236 is #A12DC9. Grayscale: #9E9E9E. Windows color (decimal): -10563018 or 3592798. OLE color: 3592798.

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

Color convert

RGB9421054-
CMYK0.5500.740.18
HSL104.62º63.41%51.76%-
HSV(B)104.62º74.29%82.35%-
XYZ28.3348.7411.4-
YUV157.5369.5782.68-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 26.26%
GREEN value IS 210 (82.42% from 255) = 58.66%
BLUE value IS 54 (21.48% from 255) = 15.08%
R=26.26%
G=58.66%
B=15.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal94210540.5500.740.18104.6263.4151.76
Hex5ED2363704A12693f34
Octal13632266670112221517764
Binary10111101101001011011011011101001010100101101001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ed236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,210,54); }

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

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

 a { background-color: rgb(94,210,54); }

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

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

 span { border-color: rgb(94,210,54); }

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