Html Css Color HEX #70BA54 Apple

📋 copy color: '#70BA54'

red 112 ◦ green 186 ◦ blue 84

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

Shades of Apple #70BA54

Tints of Apple #70BA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.99%

R = 29.32%
G = 48.69%
B = 21.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#70BA54 (or 0x70BA54) is known color: Apple. HEX triplet: 70, BA and 54. RGB value is (112,186,84). Sum of RGB (Red+Green+Blue) = 112+186+84=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 186 (73.05% from 255 or 48.69% from 382); Blue value is 84 (33.20% from 255 or 21.99% from 382); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA54 is #8F45AB. Grayscale: #989898. Windows color (decimal): -9389484 or 5552752. OLE color: 5552752.

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

Color convert

RGB 112 186 84 -
CMYK 0.40 0 0.55 0.27
HSL 103.53º 0.43% 0.53% -
HSV(B) 103.53º 0.55% 0.73% -
XYZ 25.84 39.2 14.59 -
YUV 152.25 89.48 99.29 -
System Red Green Blue C M Y K H S L
Decimal 112 186 84 0.40 0 0.55 0.27 103.53 0.43 0.53
Hex 70 BA 54 28 0 37 1B 68 2A 35
Octal 160 272 124 50 0 67 33 150 52 65
Binary 1110000 10111010 1010100 101000 0 110111 11011 1101000 101010 110101

Color Harmonies of #70BA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA54

Black with #70BA54

Text Example


Text Example

White with #70BA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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