Html Css Color HEX #5DD544 Apple

📋 copy color: '#5DD544'

red 93 ◦ green 213 ◦ blue 68

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

Shades of Apple #5DD544

Tints of Apple #5DD544

RGB

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

 GREEN value IS 213 (83.59% from 255) = 56.95%

 BLUE value IS 68 (26.95% from 255) = 18.18%

R = 24.87%
G = 56.95%
B = 18.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#5DD544 (or 0x5DD544) is known color: Apple. HEX triplet: 5D, D5 and 44. RGB value is (93,213,68). Sum of RGB (Red+Green+Blue) = 93+213+68=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 213 (83.59% from 255 or 56.95% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD544 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD544 is #A22ABB. Grayscale: #A1A1A1. Windows color (decimal): -10627772 or 4511069. OLE color: 4511069.

HSL color Cylindrical-coordinate representation of color #5DD544: hue angle of 109.66º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5DD544 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 93 213 68 -
CMYK 0.56 0 0.68 0.16
HSL 109.66º 0.63% 0.55% -
HSV(B) 109.66º 0.68% 0.84% -
XYZ 29.35 50.33 13.64 -
YUV 160.59 75.74 79.79 -
System Red Green Blue C M Y K H S L
Decimal 93 213 68 0.56 0 0.68 0.16 109.66 0.63 0.55
Hex 5D D5 44 38 0 44 10 6E 3F 37
Octal 135 325 104 70 0 104 20 156 77 67
Binary 1011101 11010101 1000100 111000 0 1000100 10000 1101110 111111 110111

Color Harmonies of #5DD544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD544

Black with #5DD544

Text Example


Text Example

White with #5DD544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,213,68); }

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

background-color css

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

 a { background-color: rgb(93,213,68); }

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

border-color css

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

 span { border-color: rgb(93,213,68); }

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