Html Css Color HEX #5DDB40 Apple

📋 copy color: '#5DDB40'

red 93 ◦ green 219 ◦ blue 64

#5DDB40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #5DDB40

Tints of Apple #5DDB40

RGB

 RED value IS 93 (36.72% from 255) = 24.73%

 GREEN value IS 219 (85.94% from 255) = 58.24%

 BLUE value IS 64 (25.39% from 255) = 17.02%

R = 24.73%
G = 58.24%
B = 17.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#5DDB40 (or 0x5DDB40) is known color: Apple. HEX triplet: 5D, DB and 40. RGB value is (93,219,64). Sum of RGB (Red+Green+Blue) = 93+219+64=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDB40 is #A224BF. Grayscale: #A4A4A4. Windows color (decimal): -10626240 or 4250461. OLE color: 4250461.

HSL color Cylindrical-coordinate representation of color #5DDB40: hue angle of 108.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DDB40 is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 219 64 -
CMYK 0.58 0 0.71 0.14
HSL 108.77º 0.68% 0.55% -
HSV(B) 108.77º 0.71% 0.86% -
XYZ 30.77 53.36 13.53 -
YUV 163.66 71.76 77.6 -
System Red Green Blue C M Y K H S L
Decimal 93 219 64 0.58 0 0.71 0.14 108.77 0.68 0.55
Hex 5D DB 40 3A 0 47 E 6D 44 37
Octal 135 333 100 72 0 107 16 155 104 67
Binary 1011101 11011011 1000000 111010 0 1000111 1110 1101101 1000100 110111

Color Harmonies of #5DDB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDB40

Black with #5DDB40

Text Example


Text Example

White with #5DDB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,219,64); }

 H1.HeaderClassName
 {
   color: #5DDB40;
 }
 .AnyTagClassName
 {
   color: #5DDB40;
 }
</style>

background-color css

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

 a { background-color: rgb(93,219,64); }

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

border-color css

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

 span { border-color: rgb(93,219,64); }

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