Html Css Color HEX #5DDC4A Apple

📋 copy color: '#5DDC4A'

red 93 ◦ green 220 ◦ blue 74

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

Shades of Apple #5DDC4A

Tints of Apple #5DDC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.12%

R = 24.03%
G = 56.85%
B = 19.12%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#5DDC4A (or 0x5DDC4A) is known color: Apple. HEX triplet: 5D, DC and 4A. RGB value is (93,220,74). Sum of RGB (Red+Green+Blue) = 93+220+74=387 (51% of max value = 765). Red value is 93 (36.72% from 255 or 24.03% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDC4A is #A223B5. Grayscale: #A5A5A5. Windows color (decimal): -10625974 or 4906077. OLE color: 4906077.

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

Color convert

RGB 93 220 74 -
CMYK 0.58 0 0.66 0.14
HSL 112.19º 0.68% 0.58% -
HSV(B) 112.19º 0.66% 0.86% -
XYZ 31.34 54.01 15.25 -
YUV 165.38 76.42 76.37 -
System Red Green Blue C M Y K H S L
Decimal 93 220 74 0.58 0 0.66 0.14 112.19 0.68 0.58
Hex 5D DC 4A 3A 0 42 E 70 44 3A
Octal 135 334 112 72 0 102 16 160 104 72
Binary 1011101 11011100 1001010 111010 0 1000010 1110 1110000 1000100 111010

Color Harmonies of #5DDC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDC4A

Black with #5DDC4A

Text Example


Text Example

White with #5DDC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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