Html Css Color HEX #5DD845 Apple

📋 copy color: '#5DD845'

red 93 ◦ green 216 ◦ blue 69

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

Shades of Apple #5DD845

Tints of Apple #5DD845

RGB

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

 GREEN value IS 216 (84.77% from 255) = 57.14%

 BLUE value IS 69 (27.34% from 255) = 18.25%

R = 24.6%
G = 57.14%
B = 18.25%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#5DD845 (or 0x5DD845) is known color: Apple. HEX triplet: 5D, D8 and 45. RGB value is (93,216,69). Sum of RGB (Red+Green+Blue) = 93+216+69=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 216 (84.77% from 255 or 57.14% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD845 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD845 is #A227BA. Grayscale: #A2A2A2. Windows color (decimal): -10627003 or 4577373. OLE color: 4577373.

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

Color convert

RGB 93 216 69 -
CMYK 0.57 0 0.68 0.15
HSL 110.2º 0.65% 0.56% -
HSV(B) 110.2º 0.68% 0.85% -
XYZ 30.14 51.87 14.05 -
YUV 162.47 75.25 78.45 -
System Red Green Blue C M Y K H S L
Decimal 93 216 69 0.57 0 0.68 0.15 110.2 0.65 0.56
Hex 5D D8 45 39 0 44 F 6E 41 38
Octal 135 330 105 71 0 104 17 156 101 70
Binary 1011101 11011000 1000101 111001 0 1000100 1111 1101110 1000001 111000

Color Harmonies of #5DD845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD845

Black with #5DD845

Text Example


Text Example

White with #5DD845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,216,69); }

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

background-color css

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

 a { background-color: rgb(93,216,69); }

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

border-color css

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

 span { border-color: rgb(93,216,69); }

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