#5DBE4D

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

Shades of Apple #5DBE4D

Tints of Apple #5DBE4D

Color information

#5DBE4D (or 0x5DBE4D) is unknown color: approx Apple. HEX triplet: 5D, BE and 4D. RGB value is (93,190,77). Sum of RGB (Red+Green+Blue) = 93+190+77=360 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.83% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBE4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBE4D is #A241B2. Grayscale: #949494. Windows color (decimal): -10633651 or 5095005. OLE color: 5095005.

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

Color convert

RGB9319077-
CMYK0.5100.590.25
HSL111.5º46.5%52.35%-
HSV(B)111.5º59.47%74.51%-
XYZ24.2739.6913.4-
YUV148.1187.8688.69-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.83%
GREEN value IS 190 (74.61% from 255) = 52.78%
BLUE value IS 77 (30.47% from 255) = 21.39%
R=25.83%
G=52.78%
B=21.39%

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
Decimal93190770.5100.590.25111.546.552.35
Hex5DBE4D3303B19702f34
Octal13527611563073311605764
Binary10111011011111010011011100110111011110011110000101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DBE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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