Html Css Color HEX #5ABF50 Apple

📋 copy color: '#5ABF50'

red 90 ◦ green 191 ◦ blue 80

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

Shades of Apple #5ABF50

Tints of Apple #5ABF50

RGB

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

 GREEN value IS 191 (75% from 255) = 52.91%

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

R = 24.93%
G = 52.91%
B = 22.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#5ABF50 (or 0x5ABF50) is known color: Apple. HEX triplet: 5A, BF and 50. RGB value is (90,191,80). Sum of RGB (Red+Green+Blue) = 90+191+80=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 191 (75% from 255 or 52.91% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABF50 is #A540AF. Grayscale: #949494. Windows color (decimal): -10830000 or 5291866. OLE color: 5291866.

HSL color Cylindrical-coordinate representation of color #5ABF50: hue angle of 114.59º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5ABF50 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 191 80 -
CMYK 0.53 0 0.58 0.25
HSL 114.59º 0.46% 0.53% -
HSV(B) 114.59º 0.58% 0.75% -
XYZ 24.3 40.01 14.03 -
YUV 148.15 89.54 86.53 -
System Red Green Blue C M Y K H S L
Decimal 90 191 80 0.53 0 0.58 0.25 114.59 0.46 0.53
Hex 5A BF 50 35 0 3A 19 73 2E 35
Octal 132 277 120 65 0 72 31 163 56 65
Binary 1011010 10111111 1010000 110101 0 111010 11001 1110011 101110 110101

Color Harmonies of #5ABF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABF50

Black with #5ABF50

Text Example


Text Example

White with #5ABF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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