#5DE236

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

Shades of Apple #5DE236

Tints of Apple #5DE236

Color information

#5DE236 (or 0x5DE236) is unknown color: approx Apple. HEX triplet: 5D, E2 and 36. RGB value is (93,226,54). Sum of RGB (Red+Green+Blue) = 93+226+54=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 226 (88.67% from 255 or 60.59% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 226 - color contains mainly: green. Hex color #5DE236 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DE236 is #A21DC9. Grayscale: #A7A7A7. Windows color (decimal): -10624458 or 3596893. OLE color: 3596893.

HSL color Cylindrical-coordinate representation of color #5DE236: hue angle of 106.4º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5DE236 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB9322654-
CMYK0.5900.760.11
HSL106.4º74.78%54.9%-
HSV(B)106.4º76.11%88.63%-
XYZ32.3856.9912.78-
YUV166.6264.4475.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.93%
GREEN value IS 226 (88.67% from 255) = 60.59%
BLUE value IS 54 (21.48% from 255) = 14.48%
R=24.93%
G=60.59%
B=14.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal93226540.5900.760.11106.474.7854.9
Hex5DE2363B04CB6a4b37
Octal135342667301141315211367
Binary10111011110001011011011101101001100101111010101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,226,54); }

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

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

 a { background-color: rgb(93,226,54); }

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

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

 span { border-color: rgb(93,226,54); }

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