Html Css Color HEX #5DDD4A Apple

📋 copy color: '#5DDD4A'

red 93 ◦ green 221 ◦ blue 74

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

Shades of Apple #5DDD4A

Tints of Apple #5DDD4A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 56.96%

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

R = 23.97%
G = 56.96%
B = 19.07%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#5DDD4A (or 0x5DDD4A) is known color: Apple. HEX triplet: 5D, DD and 4A. RGB value is (93,221,74). Sum of RGB (Red+Green+Blue) = 93+221+74=388 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.97% from 388); Green value is 221 (86.72% from 255 or 56.96% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DDD4A is #A222B5. Grayscale: #A6A6A6. Windows color (decimal): -10625718 or 4906333. OLE color: 4906333.

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

Color convert

RGB 93 221 74 -
CMYK 0.58 0 0.67 0.13
HSL 112.24º 0.68% 0.58% -
HSV(B) 112.24º 0.67% 0.87% -
XYZ 31.61 54.53 15.34 -
YUV 165.97 76.09 75.95 -
System Red Green Blue C M Y K H S L
Decimal 93 221 74 0.58 0 0.67 0.13 112.24 0.68 0.58
Hex 5D DD 4A 3A 0 43 D 70 44 3A
Octal 135 335 112 72 0 103 15 160 104 72
Binary 1011101 11011101 1001010 111010 0 1000011 1101 1110000 1000100 111010

Color Harmonies of #5DDD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DDD4A

Black with #5DDD4A

Text Example


Text Example

White with #5DDD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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