#5DB036

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

Shades of Apple #5DB036

Tints of Apple #5DB036

Color information

#5DB036 (or 0x5DB036) is unknown color: approx Apple. HEX triplet: 5D, B0 and 36. RGB value is (93,176,54). Sum of RGB (Red+Green+Blue) = 93+176+54=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 176 (69.14% from 255 or 54.49% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 176 - color contains mainly: green. Hex color #5DB036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DB036 is #A24FC9. Grayscale: #898989. Windows color (decimal): -10637258 or 3584093. OLE color: 3584093.

HSL color Cylindrical-coordinate representation of color #5DB036: hue angle of 100.82º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DB036 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB9317654-
CMYK0.4700.690.31
HSL100.82º53.04%45.1%-
HSV(B)100.82º69.32%69.02%-
XYZ20.7133.648.89-
YUV137.288196.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 28.79%
GREEN value IS 176 (69.14% from 255) = 54.49%
BLUE value IS 54 (21.48% from 255) = 16.72%
R=28.79%
G=54.49%
B=16.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal93176540.4700.690.31100.8253.0445.1
Hex5DB0362F0451F65352d
Octal13526066570105371456555
Binary10111011011000011011010111101000101111111100101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DB036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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