#5DBE4E

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

Shades of Apple #5DBE4E

Tints of Apple #5DBE4E

Color information

#5DBE4E (or 0x5DBE4E) is unknown color: approx Apple. HEX triplet: 5D, BE and 4E. RGB value is (93,190,78). Sum of RGB (Red+Green+Blue) = 93+190+78=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 190 (74.61% from 255 or 52.63% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBE4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBE4E is #A241B1. Grayscale: #949494. Windows color (decimal): -10633650 or 5160541. OLE color: 5160541.

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

Color convert

RGB9319078-
CMYK0.5100.590.25
HSL111.96º46.28%52.55%-
HSV(B)111.96º58.95%74.51%-
XYZ24.339.713.59-
YUV148.2388.3688.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.76%
GREEN value IS 190 (74.61% from 255) = 52.63%
BLUE value IS 78 (30.86% from 255) = 21.61%
R=25.76%
G=52.63%
B=21.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93190780.5100.590.25111.9646.2852.55
Hex5DBE4E3303B19702e35
Octal13527611663073311605665
Binary10111011011111010011101100110111011110011110000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,190,78); }

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

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

 a { background-color: rgb(93,190,78); }

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

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

 span { border-color: rgb(93,190,78); }

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