Html Css Color HEX #5DCD55 Apple

📋 copy color: '#5DCD55'

red 93 ◦ green 205 ◦ blue 85

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

Shades of Apple #5DCD55

Tints of Apple #5DCD55

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.52%

 BLUE value IS 85 (33.59% from 255) = 22.19%

R = 24.28%
G = 53.52%
B = 22.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#5DCD55 (or 0x5DCD55) is known color: Apple. HEX triplet: 5D, CD and 55. RGB value is (93,205,85). Sum of RGB (Red+Green+Blue) = 93+205+85=383 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.28% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCD55 is #A232AA. Grayscale: #9E9E9E. Windows color (decimal): -10629803 or 5623133. OLE color: 5623133.

HSL color Cylindrical-coordinate representation of color #5DCD55: hue angle of 116º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DCD55 is Cyan = 0.55, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 93 205 85 -
CMYK 0.55 0 0.59 0.20
HSL 116º 0.55% 0.57% -
HSV(B) 116º 0.59% 0.8% -
XYZ 27.99 46.65 16.12 -
YUV 157.83 86.89 81.76 -
System Red Green Blue C M Y K H S L
Decimal 93 205 85 0.55 0 0.59 0.20 116 0.55 0.57
Hex 5D CD 55 37 0 3B 14 74 37 39
Octal 135 315 125 67 0 73 24 164 67 71
Binary 1011101 11001101 1010101 110111 0 111011 10100 1110100 110111 111001

Color Harmonies of #5DCD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DCD55

Black with #5DCD55

Text Example


Text Example

White with #5DCD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,205,85); }

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

background-color css

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

 a { background-color: rgb(93,205,85); }

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

border-color css

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

 span { border-color: rgb(93,205,85); }

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