Html Css Color HEX #56BD50 Apple

📋 copy color: '#56BD50'

red 86 ◦ green 189 ◦ blue 80

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

Shades of Apple #56BD50

Tints of Apple #56BD50

RGB

 RED value IS 86 (33.98% from 255) = 24.23%

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

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 24.23%
G = 53.24%
B = 22.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#56BD50 (or 0x56BD50) is known color: Apple. HEX triplet: 56, BD and 50. RGB value is (86,189,80). Sum of RGB (Red+Green+Blue) = 86+189+80=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #56BD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56BD50 is #A942AF. Grayscale: #929292. Windows color (decimal): -11092656 or 5291350. OLE color: 5291350.

HSL color Cylindrical-coordinate representation of color #56BD50: hue angle of 116.7º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56BD50 is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 86 189 80 -
CMYK 0.54 0 0.58 0.26
HSL 116.7º 0.45% 0.53% -
HSV(B) 116.7º 0.58% 0.74% -
XYZ 23.48 38.95 13.87 -
YUV 145.78 90.88 85.36 -
System Red Green Blue C M Y K H S L
Decimal 86 189 80 0.54 0 0.58 0.26 116.7 0.45 0.53
Hex 56 BD 50 36 0 3A 1A 75 2D 35
Octal 126 275 120 66 0 72 32 165 55 65
Binary 1010110 10111101 1010000 110110 0 111010 11010 1110101 101101 110101

Color Harmonies of #56BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56BD50

Black with #56BD50

Text Example


Text Example

White with #56BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56BD50; }

 p { color: rgb(86,189,80); }

 H1.HeaderClassName
 {
   color: #56BD50;
 }
 .AnyTagClassName
 {
   color: #56BD50;
 }
</style>

background-color css

<style>
 a { background-color: #56BD50; }

 a { background-color: rgb(86,189,80); }

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

border-color css

<style>
 span { border-color: #56BD50; }

 span { border-color: rgb(86,189,80); }

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