Html Css Color HEX #5DD841 Apple

📋 copy color: '#5DD841'

red 93 ◦ green 216 ◦ blue 65

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

Shades of Apple #5DD841

Tints of Apple #5DD841

RGB

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

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

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

R = 24.87%
G = 57.75%
B = 17.38%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#5DD841 (or 0x5DD841) is known color: Apple. HEX triplet: 5D, D8 and 41. RGB value is (93,216,65). Sum of RGB (Red+Green+Blue) = 93+216+65=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 216 (84.77% from 255 or 57.75% from 374); Blue value is 65 (25.78% from 255 or 17.38% from 374); Max value from RGB is 216 - color contains mainly: green. Hex color #5DD841 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DD841 is #A227BE. Grayscale: #A2A2A2. Windows color (decimal): -10627007 or 4315229. OLE color: 4315229.

HSL color Cylindrical-coordinate representation of color #5DD841: hue angle of 108.87º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5DD841 is Cyan = 0.57, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 216 65 -
CMYK 0.57 0 0.70 0.15
HSL 108.87º 0.66% 0.55% -
HSV(B) 108.87º 0.7% 0.85% -
XYZ 30.02 51.82 13.42 -
YUV 162.01 73.25 78.78 -
System Red Green Blue C M Y K H S L
Decimal 93 216 65 0.57 0 0.70 0.15 108.87 0.66 0.55
Hex 5D D8 41 39 0 46 F 6D 42 37
Octal 135 330 101 71 0 106 17 155 102 67
Binary 1011101 11011000 1000001 111001 0 1000110 1111 1101101 1000010 110111

Color Harmonies of #5DD841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD841

Black with #5DD841

Text Example


Text Example

White with #5DD841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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