Html Css Color HEX #5ABB52 Apple

📋 copy color: '#5ABB52'

red 90 ◦ green 187 ◦ blue 82

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

Shades of Apple #5ABB52

Tints of Apple #5ABB52

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.09%

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

R = 25.07%
G = 52.09%
B = 22.84%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#5ABB52 (or 0x5ABB52) is known color: Apple. HEX triplet: 5A, BB and 52. RGB value is (90,187,82). Sum of RGB (Red+Green+Blue) = 90+187+82=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABB52 is #A544AD. Grayscale: #929292. Windows color (decimal): -10831022 or 5421914. OLE color: 5421914.

HSL color Cylindrical-coordinate representation of color #5ABB52: hue angle of 115.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ABB52 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 187 82 -
CMYK 0.52 0 0.56 0.27
HSL 115.43º 0.44% 0.53% -
HSV(B) 115.43º 0.56% 0.73% -
XYZ 23.51 38.32 14.14 -
YUV 146.03 91.86 88.04 -
System Red Green Blue C M Y K H S L
Decimal 90 187 82 0.52 0 0.56 0.27 115.43 0.44 0.53
Hex 5A BB 52 34 0 38 1B 73 2C 35
Octal 132 273 122 64 0 70 33 163 54 65
Binary 1011010 10111011 1010010 110100 0 111000 11011 1110011 101100 110101

Color Harmonies of #5ABB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABB52

Black with #5ABB52

Text Example


Text Example

White with #5ABB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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