Html Css Color HEX #5DD141 Apple

📋 copy color: '#5DD141'

red 93 ◦ green 209 ◦ blue 65

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

Shades of Apple #5DD141

Tints of Apple #5DD141

RGB

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

 GREEN value IS 209 (82.03% from 255) = 56.95%

 BLUE value IS 65 (25.78% from 255) = 17.71%

R = 25.34%
G = 56.95%
B = 17.71%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#5DD141 (or 0x5DD141) is known color: Apple. HEX triplet: 5D, D1 and 41. RGB value is (93,209,65). Sum of RGB (Red+Green+Blue) = 93+209+65=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 209 (82.03% from 255 or 56.95% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD141 is #A22EBE. Grayscale: #9E9E9E. Windows color (decimal): -10628799 or 4313437. OLE color: 4313437.

HSL color Cylindrical-coordinate representation of color #5DD141: hue angle of 108.33º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DD141 is Cyan = 0.56, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 209 65 -
CMYK 0.56 0 0.69 0.18
HSL 108.33º 0.61% 0.54% -
HSV(B) 108.33º 0.69% 0.82% -
XYZ 28.27 48.31 12.84 -
YUV 157.9 75.57 81.71 -
System Red Green Blue C M Y K H S L
Decimal 93 209 65 0.56 0 0.69 0.18 108.33 0.61 0.54
Hex 5D D1 41 38 0 45 12 6C 3D 36
Octal 135 321 101 70 0 105 22 154 75 66
Binary 1011101 11010001 1000001 111000 0 1000101 10010 1101100 111101 110110

Color Harmonies of #5DD141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD141

Black with #5DD141

Text Example


Text Example

White with #5DD141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,209,65); }

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

background-color css

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

 a { background-color: rgb(93,209,65); }

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

border-color css

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

 span { border-color: rgb(93,209,65); }

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