#70C748

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

Shades of Apple #70C748

Tints of Apple #70C748

Color information

#70C748 (or 0x70C748) is unknown color: approx Apple. HEX triplet: 70, C7 and 48. RGB value is (112,199,72). Sum of RGB (Red+Green+Blue) = 112+199+72=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 199 (78.12% from 255 or 51.96% from 383); Blue value is 72 (28.52% from 255 or 18.80% from 383); Max value from RGB is 199 - color contains mainly: green. Hex color #70C748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C748 is #8F38B7. Grayscale: #9E9E9E. Windows color (decimal): -9386168 or 4769648. OLE color: 4769648.

HSL color Cylindrical-coordinate representation of color #70C748: hue angle of 101.1º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70C748 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB11219972-
CMYK0.4400.640.22
HSL101.1º53.14%53.14%-
HSV(B)101.1º63.82%78.04%-
XYZ28.2844.7613.28-
YUV158.5179.1894.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 199 (78.12% from 255) = 51.96%
BLUE value IS 72 (28.52% from 255) = 18.80%
R=29.24%
G=51.96%
B=18.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal112199720.4400.640.22101.153.1453.14
Hex70C7482C04016653535
Octal160307110540100261456565
Binary111000011000111100100010110001000000101101100101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,199,72); }

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

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

 a { background-color: rgb(112,199,72); }

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

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

 span { border-color: rgb(112,199,72); }

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