Html Css Color HEX #5DBA50 Apple

📋 copy color: '#5DBA50'

red 93 ◦ green 186 ◦ blue 80

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

Shades of Apple #5DBA50

Tints of Apple #5DBA50

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.81%

 BLUE value IS 80 (31.64% from 255) = 22.28%

R = 25.91%
G = 51.81%
B = 22.28%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#5DBA50 (or 0x5DBA50) is known color: Apple. HEX triplet: 5D, BA and 50. RGB value is (93,186,80). Sum of RGB (Red+Green+Blue) = 93+186+80=359 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.91% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #5DBA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DBA50 is #A245AF. Grayscale: #929292. Windows color (decimal): -10634672 or 5290589. OLE color: 5290589.

HSL color Cylindrical-coordinate representation of color #5DBA50: hue angle of 112.64º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DBA50 is Cyan = 0.5, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 93 186 80 -
CMYK 0.5 0 0.57 0.27
HSL 112.64º 0.43% 0.52% -
HSV(B) 112.64º 0.57% 0.73% -
XYZ 23.52 38.02 13.69 -
YUV 146.11 90.69 90.12 -
System Red Green Blue C M Y K H S L
Decimal 93 186 80 0.5 0 0.57 0.27 112.64 0.43 0.52
Hex 5D BA 50 32 0 39 1B 71 2B 34
Octal 135 272 120 62 0 71 33 161 53 64
Binary 1011101 10111010 1010000 110010 0 111001 11011 1110001 101011 110100

Color Harmonies of #5DBA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DBA50

Black with #5DBA50

Text Example


Text Example

White with #5DBA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,186,80); }

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

background-color css

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

 a { background-color: rgb(93,186,80); }

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

border-color css

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

 span { border-color: rgb(93,186,80); }

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