Html Css Color HEX #5AD650 Apple

📋 copy color: '#5AD650'

red 90 ◦ green 214 ◦ blue 80

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

Shades of Apple #5AD650

Tints of Apple #5AD650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 55.73%

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

R = 23.44%
G = 55.73%
B = 20.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#5AD650 (or 0x5AD650) is known color: Apple. HEX triplet: 5A, D6 and 50. RGB value is (90,214,80). Sum of RGB (Red+Green+Blue) = 90+214+80=384 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.44% from 384); Green value is 214 (83.98% from 255 or 55.73% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 214 - color contains mainly: green. Hex color #5AD650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD650 is #A529AF. Grayscale: #A2A2A2. Windows color (decimal): -10824112 or 5297754. OLE color: 5297754.

HSL color Cylindrical-coordinate representation of color #5AD650: hue angle of 115.52º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AD650 is Cyan = 0.58, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 90 214 80 -
CMYK 0.58 0 0.63 0.16
HSL 115.52º 0.62% 0.58% -
HSV(B) 115.52º 0.63% 0.84% -
XYZ 29.71 50.85 15.84 -
YUV 161.65 81.92 76.9 -
System Red Green Blue C M Y K H S L
Decimal 90 214 80 0.58 0 0.63 0.16 115.52 0.62 0.58
Hex 5A D6 50 3A 0 3F 10 74 3E 3A
Octal 132 326 120 72 0 77 20 164 76 72
Binary 1011010 11010110 1010000 111010 0 111111 10000 1110100 111110 111010

Color Harmonies of #5AD650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AD650

Black with #5AD650

Text Example


Text Example

White with #5AD650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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