Html Css Color HEX #59BB52 Apple

📋 copy color: '#59BB52'

red 89 ◦ green 187 ◦ blue 82

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

Shades of Apple #59BB52

Tints of Apple #59BB52

RGB

 RED value IS 89 (35.16% from 255) = 24.86%

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

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

R = 24.86%
G = 52.23%
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

#59BB52 (or 0x59BB52) is known color: Apple. HEX triplet: 59, BB and 52. RGB value is (89,187,82). Sum of RGB (Red+Green+Blue) = 89+187+82=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #59BB52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #59BB52 is #A644AD. Grayscale: #929292. Windows color (decimal): -10896558 or 5421913. OLE color: 5421913.

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

Color convert

RGB 89 187 82 -
CMYK 0.52 0 0.56 0.27
HSL 116º 0.44% 0.53% -
HSV(B) 116º 0.56% 0.73% -
XYZ 23.41 38.27 14.14 -
YUV 145.73 92.03 87.54 -
System Red Green Blue C M Y K H S L
Decimal 89 187 82 0.52 0 0.56 0.27 116 0.44 0.53
Hex 59 BB 52 34 0 38 1B 74 2C 35
Octal 131 273 122 64 0 70 33 164 54 65
Binary 1011001 10111011 1010010 110100 0 111000 11011 1110100 101100 110101

Color Harmonies of #59BB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BB52

Black with #59BB52

Text Example


Text Example

White with #59BB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59BB52; }

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

 H1.HeaderClassName
 {
   color: #59BB52;
 }
 .AnyTagClassName
 {
   color: #59BB52;
 }
</style>

background-color css

<style>
 a { background-color: #59BB52; }

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

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

border-color css

<style>
 span { border-color: #59BB52; }

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

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