Html Css Color HEX #5DDC4D Apple

📋 copy color: '#5DDC4D'

red 93 ◦ green 220 ◦ blue 77

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

Shades of Apple #5DDC4D

Tints of Apple #5DDC4D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 56.41%

 BLUE value IS 77 (30.47% from 255) = 19.74%

R = 23.85%
G = 56.41%
B = 19.74%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#5DDC4D (or 0x5DDC4D) is known color: Apple. HEX triplet: 5D, DC and 4D. RGB value is (93,220,77). Sum of RGB (Red+Green+Blue) = 93+220+77=390 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.85% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDC4D is #A223B2. Grayscale: #A6A6A6. Windows color (decimal): -10625971 or 5102685. OLE color: 5102685.

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

Color convert

RGB 93 220 77 -
CMYK 0.58 0 0.65 0.14
HSL 113.29º 0.67% 0.58% -
HSV(B) 113.29º 0.65% 0.86% -
XYZ 31.45 54.05 15.8 -
YUV 165.73 77.92 76.13 -
System Red Green Blue C M Y K H S L
Decimal 93 220 77 0.58 0 0.65 0.14 113.29 0.67 0.58
Hex 5D DC 4D 3A 0 41 E 71 43 3A
Octal 135 334 115 72 0 101 16 161 103 72
Binary 1011101 11011100 1001101 111010 0 1000001 1110 1110001 1000011 111010

Color Harmonies of #5DDC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDC4D

Black with #5DDC4D

Text Example


Text Example

White with #5DDC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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