Html Css Color HEX #56AB32 Apple

📋 copy color: '#56AB32'

red 86 ◦ green 171 ◦ blue 50

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

Shades of Apple #56AB32

Tints of Apple #56AB32

RGB

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

 GREEN value IS 171 (67.19% from 255) = 55.7%

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 28.01%
G = 55.7%
B = 16.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#56AB32 (or 0x56AB32) is known color: Apple. HEX triplet: 56, AB and 32. RGB value is (86,171,50). Sum of RGB (Red+Green+Blue) = 86+171+50=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #56AB32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #56AB32 is #A954CD. Grayscale: #848484. Windows color (decimal): -11097294 or 3320662. OLE color: 3320662.

HSL color Cylindrical-coordinate representation of color #56AB32: hue angle of 102.15º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #56AB32 is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 86 171 50 -
CMYK 0.50 0 0.71 0.33
HSL 102.15º 0.55% 0.43% -
HSV(B) 102.15º 0.71% 0.67% -
XYZ 18.98 31.33 8.07 -
YUV 131.79 81.84 95.34 -
System Red Green Blue C M Y K H S L
Decimal 86 171 50 0.50 0 0.71 0.33 102.15 0.55 0.43
Hex 56 AB 32 32 0 47 21 66 37 2B
Octal 126 253 62 62 0 107 41 146 67 53
Binary 1010110 10101011 110010 110010 0 1000111 100001 1100110 110111 101011

Color Harmonies of #56AB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AB32

Black with #56AB32

Text Example


Text Example

White with #56AB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,171,50); }

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

background-color css

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

 a { background-color: rgb(86,171,50); }

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

border-color css

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

 span { border-color: rgb(86,171,50); }

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