Html Css Color HEX #5DD936 Apple

📋 copy color: '#5DD936'

red 93 ◦ green 217 ◦ blue 54

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

Shades of Apple #5DD936

Tints of Apple #5DD936

RGB

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

 GREEN value IS 217 (85.16% from 255) = 59.62%

 BLUE value IS 54 (21.48% from 255) = 14.84%

R = 25.55%
G = 59.62%
B = 14.84%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#5DD936 (or 0x5DD936) is known color: Apple. HEX triplet: 5D, D9 and 36. RGB value is (93,217,54). Sum of RGB (Red+Green+Blue) = 93+217+54=364 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.55% from 364); Green value is 217 (85.16% from 255 or 59.62% from 364); Blue value is 54 (21.48% from 255 or 14.84% from 364); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD936 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD936 is #A226C9. Grayscale: #A1A1A1. Windows color (decimal): -10626762 or 3594589. OLE color: 3594589.

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

Color convert

RGB 93 217 54 -
CMYK 0.57 0 0.75 0.15
HSL 105.64º 0.68% 0.53% -
HSV(B) 105.64º 0.75% 0.85% -
XYZ 29.99 52.22 11.99 -
YUV 161.34 67.42 79.25 -
System Red Green Blue C M Y K H S L
Decimal 93 217 54 0.57 0 0.75 0.15 105.64 0.68 0.53
Hex 5D D9 36 39 0 4B F 6A 44 35
Octal 135 331 66 71 0 113 17 152 104 65
Binary 1011101 11011001 110110 111001 0 1001011 1111 1101010 1000100 110101

Color Harmonies of #5DD936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD936

Black with #5DD936

Text Example


Text Example

White with #5DD936

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,217,54); }

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

background-color css

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

 a { background-color: rgb(93,217,54); }

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

border-color css

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

 span { border-color: rgb(93,217,54); }

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