Html Css Color HEX #5AB552 Apple

📋 copy color: '#5AB552'

red 90 ◦ green 181 ◦ blue 82

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

Shades of Apple #5AB552

Tints of Apple #5AB552

RGB

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

 GREEN value IS 181 (71.09% from 255) = 51.27%

 BLUE value IS 82 (32.42% from 255) = 23.23%

R = 25.5%
G = 51.27%
B = 23.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#5AB552 (or 0x5AB552) is known color: Apple. HEX triplet: 5A, B5 and 52. RGB value is (90,181,82). Sum of RGB (Red+Green+Blue) = 90+181+82=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 181 (71.09% from 255 or 51.27% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 181 - color contains mainly: green. Hex color #5AB552 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AB552 is #A54AAD. Grayscale: #8E8E8E. Windows color (decimal): -10832558 or 5420378. OLE color: 5420378.

HSL color Cylindrical-coordinate representation of color #5AB552: hue angle of 115.15º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AB552 is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 90 181 82 -
CMYK 0.50 0 0.55 0.29
HSL 115.15º 0.4% 0.52% -
HSV(B) 115.15º 0.55% 0.71% -
XYZ 22.26 35.83 13.73 -
YUV 142.51 93.85 90.55 -
System Red Green Blue C M Y K H S L
Decimal 90 181 82 0.50 0 0.55 0.29 115.15 0.4 0.52
Hex 5A B5 52 32 0 37 1D 73 28 34
Octal 132 265 122 62 0 67 35 163 50 64
Binary 1011010 10110101 1010010 110010 0 110111 11101 1110011 101000 110100

Color Harmonies of #5AB552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AB552

Black with #5AB552

Text Example


Text Example

White with #5AB552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,181,82); }

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

background-color css

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

 a { background-color: rgb(90,181,82); }

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

border-color css

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

 span { border-color: rgb(90,181,82); }

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