Html Css Color HEX #5DDA4D Apple

📋 copy color: '#5DDA4D'

red 93 ◦ green 218 ◦ blue 77

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

Shades of Apple #5DDA4D

Tints of Apple #5DDA4D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 56.19%

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

R = 23.97%
G = 56.19%
B = 19.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#5DDA4D (or 0x5DDA4D) is known color: Apple. HEX triplet: 5D, DA and 4D. RGB value is (93,218,77). Sum of RGB (Red+Green+Blue) = 93+218+77=388 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.97% from 388); Green value is 218 (85.55% from 255 or 56.19% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDA4D is #A225B2. Grayscale: #A4A4A4. Windows color (decimal): -10626483 or 5102173. OLE color: 5102173.

HSL color Cylindrical-coordinate representation of color #5DDA4D: hue angle of 113.19º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5DDA4D is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 218 77 -
CMYK 0.57 0 0.65 0.15
HSL 113.19º 0.66% 0.58% -
HSV(B) 113.19º 0.65% 0.85% -
XYZ 30.93 53.01 15.62 -
YUV 164.55 78.59 76.96 -
System Red Green Blue C M Y K H S L
Decimal 93 218 77 0.57 0 0.65 0.15 113.19 0.66 0.58
Hex 5D DA 4D 39 0 41 F 71 42 3A
Octal 135 332 115 71 0 101 17 161 102 72
Binary 1011101 11011010 1001101 111001 0 1000001 1111 1110001 1000010 111010

Color Harmonies of #5DDA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDA4D

Black with #5DDA4D

Text Example


Text Example

White with #5DDA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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