#70C54D

Color #70C54D Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #70C54D

Tints of Apple #70C54D

Color information

#70C54D (or 0x70C54D) is unknown color: approx Apple. HEX triplet: 70, C5 and 4D. RGB value is (112,197,77). Sum of RGB (Red+Green+Blue) = 112+197+77=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #70C54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C54D is #8F3AB2. Grayscale: #9E9E9E. Windows color (decimal): -9386675 or 5096816. OLE color: 5096816.

HSL color Cylindrical-coordinate representation of color #70C54D: hue angle of 102.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70C54D is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB11219777-
CMYK0.4300.610.23
HSL102.5º50.85%53.73%-
HSV(B)102.5º60.91%77.25%-
XYZ27.9943.9114.02-
YUV157.982.3495.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.02%
GREEN value IS 197 (77.34% from 255) = 51.04%
BLUE value IS 77 (30.47% from 255) = 19.95%
R=29.02%
G=51.04%
B=19.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal112197770.4300.610.23102.550.8553.73
Hex70C54D2B03D17663336
Octal16030511553075271466366
Binary11100001100010110011011010110111101101111100110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,197,77); }

 H1.HeaderClassName
 {
   color: #70C54D;
 }
 .AnyTagClassName
 {
   color: #70C54D;
 }
</style>
background-color css

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

 a { background-color: rgb(112,197,77); }

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

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

 span { border-color: rgb(112,197,77); }

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