Html Css Color HEX #5ABD49 Apple

📋 copy color: '#5ABD49'

red 90 ◦ green 189 ◦ blue 73

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

Shades of Apple #5ABD49

Tints of Apple #5ABD49

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.69%

 BLUE value IS 73 (28.91% from 255) = 20.74%

R = 25.57%
G = 53.69%
B = 20.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#5ABD49 (or 0x5ABD49) is known color: Apple. HEX triplet: 5A, BD and 49. RGB value is (90,189,73). Sum of RGB (Red+Green+Blue) = 90+189+73=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #5ABD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ABD49 is #A542B6. Grayscale: #929292. Windows color (decimal): -10830519 or 4832602. OLE color: 4832602.

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

Color convert

RGB 90 189 73 -
CMYK 0.52 0 0.61 0.26
HSL 111.21º 0.47% 0.51% -
HSV(B) 111.21º 0.61% 0.74% -
XYZ 23.62 39.05 12.6 -
YUV 146.18 86.7 87.93 -
System Red Green Blue C M Y K H S L
Decimal 90 189 73 0.52 0 0.61 0.26 111.21 0.47 0.51
Hex 5A BD 49 34 0 3D 1A 6F 2F 33
Octal 132 275 111 64 0 75 32 157 57 63
Binary 1011010 10111101 1001001 110100 0 111101 11010 1101111 101111 110011

Color Harmonies of #5ABD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABD49

Black with #5ABD49

Text Example


Text Example

White with #5ABD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,189,73); }

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

background-color css

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

 a { background-color: rgb(90,189,73); }

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

border-color css

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

 span { border-color: rgb(90,189,73); }

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