Html Css Color HEX #5ABC50 Apple

📋 copy color: '#5ABC50'

red 90 ◦ green 188 ◦ blue 80

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

Shades of Apple #5ABC50

Tints of Apple #5ABC50

RGB

 RED value IS 90 (35.55% from 255) = 25.14%

 GREEN value IS 188 (73.83% from 255) = 52.51%

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

R = 25.14%
G = 52.51%
B = 22.35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#5ABC50 (or 0x5ABC50) is known color: Apple. HEX triplet: 5A, BC and 50. RGB value is (90,188,80). Sum of RGB (Red+Green+Blue) = 90+188+80=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABC50 is #A543AF. Grayscale: #929292. Windows color (decimal): -10830768 or 5291098. OLE color: 5291098.

HSL color Cylindrical-coordinate representation of color #5ABC50: hue angle of 114.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ABC50 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 188 80 -
CMYK 0.52 0 0.57 0.26
HSL 114.44º 0.45% 0.53% -
HSV(B) 114.44º 0.57% 0.74% -
XYZ 23.65 38.72 13.82 -
YUV 146.39 90.53 87.78 -
System Red Green Blue C M Y K H S L
Decimal 90 188 80 0.52 0 0.57 0.26 114.44 0.45 0.53
Hex 5A BC 50 34 0 39 1A 72 2D 35
Octal 132 274 120 64 0 71 32 162 55 65
Binary 1011010 10111100 1010000 110100 0 111001 11010 1110010 101101 110101

Color Harmonies of #5ABC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABC50

Black with #5ABC50

Text Example


Text Example

White with #5ABC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,188,80); }

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

background-color css

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

 a { background-color: rgb(90,188,80); }

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

border-color css

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

 span { border-color: rgb(90,188,80); }

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