Html Css Color HEX #70BA56 Apple

📋 copy color: '#70BA56'

red 112 ◦ green 186 ◦ blue 86

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

Shades of Apple #70BA56

Tints of Apple #70BA56

RGB

 RED value IS 112 (44.14% from 255) = 29.17%

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

 BLUE value IS 86 (33.98% from 255) = 22.4%

R = 29.17%
G = 48.44%
B = 22.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#70BA56 (or 0x70BA56) is known color: Apple. HEX triplet: 70, BA and 56. RGB value is (112,186,86). Sum of RGB (Red+Green+Blue) = 112+186+86=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 186 (73.05% from 255 or 48.44% from 384); Blue value is 86 (33.98% from 255 or 22.40% from 384); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA56 is #8F45A9. Grayscale: #989898. Windows color (decimal): -9389482 or 5683824. OLE color: 5683824.

HSL color Cylindrical-coordinate representation of color #70BA56: hue angle of 104.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70BA56 is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 86 -
CMYK 0.40 0 0.54 0.27
HSL 104.4º 0.42% 0.53% -
HSV(B) 104.4º 0.54% 0.73% -
XYZ 25.92 39.23 15.01 -
YUV 152.47 90.48 99.13 -
System Red Green Blue C M Y K H S L
Decimal 112 186 86 0.40 0 0.54 0.27 104.4 0.42 0.53
Hex 70 BA 56 28 0 36 1B 68 2A 35
Octal 160 272 126 50 0 66 33 150 52 65
Binary 1110000 10111010 1010110 101000 0 110110 11011 1101000 101010 110101

Color Harmonies of #70BA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA56

Black with #70BA56

Text Example


Text Example

White with #70BA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70BA56; }

 p { color: rgb(112,186,86); }

 H1.HeaderClassName
 {
   color: #70BA56;
 }
 .AnyTagClassName
 {
   color: #70BA56;
 }
</style>

background-color css

<style>
 a { background-color: #70BA56; }

 a { background-color: rgb(112,186,86); }

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

border-color css

<style>
 span { border-color: #70BA56; }

 span { border-color: rgb(112,186,86); }

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