Html Css Color HEX #5ABA52 Apple

📋 copy color: '#5ABA52'

red 90 ◦ green 186 ◦ blue 82

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

Shades of Apple #5ABA52

Tints of Apple #5ABA52

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.96%

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

R = 25.14%
G = 51.96%
B = 22.91%

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

#5ABA52 (or 0x5ABA52) is known color: Apple. HEX triplet: 5A, BA and 52. RGB value is (90,186,82). Sum of RGB (Red+Green+Blue) = 90+186+82=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #5ABA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABA52 is #A545AD. Grayscale: #919191. Windows color (decimal): -10831278 or 5421658. OLE color: 5421658.

HSL color Cylindrical-coordinate representation of color #5ABA52: hue angle of 115.38º degrees, saturation: 0.43, 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 #5ABA52 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 186 82 -
CMYK 0.52 0 0.56 0.27
HSL 115.38º 0.43% 0.53% -
HSV(B) 115.38º 0.56% 0.73% -
XYZ 23.3 37.9 14.07 -
YUV 145.44 92.2 88.46 -
System Red Green Blue C M Y K H S L
Decimal 90 186 82 0.52 0 0.56 0.27 115.38 0.43 0.53
Hex 5A BA 52 34 0 38 1B 73 2B 35
Octal 132 272 122 64 0 70 33 163 53 65
Binary 1011010 10111010 1010010 110100 0 111000 11011 1110011 101011 110101

Color Harmonies of #5ABA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABA52

Black with #5ABA52

Text Example


Text Example

White with #5ABA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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