#70C04E

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

Shades of Apple #70C04E

Tints of Apple #70C04E

Color information

#70C04E (or 0x70C04E) is unknown color: approx Apple. HEX triplet: 70, C0 and 4E. RGB value is (112,192,78). Sum of RGB (Red+Green+Blue) = 112+192+78=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #70C04E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C04E is #8F3FB1. Grayscale: #9B9B9B. Windows color (decimal): -9387954 or 5161072. OLE color: 5161072.

HSL color Cylindrical-coordinate representation of color #70C04E: hue angle of 102.11º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #70C04E is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB11219278-
CMYK0.4200.590.25
HSL102.11º47.5%52.94%-
HSV(B)102.11º59.38%75.29%-
XYZ26.9141.6913.84-
YUV155.0884.597.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.32%
GREEN value IS 192 (75.39% from 255) = 50.26%
BLUE value IS 78 (30.86% from 255) = 20.42%
R=29.32%
G=50.26%
B=20.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112192780.4200.590.25102.1147.552.94
Hex70C04E2A03B19663035
Octal16030011652073311466065
Binary11100001100000010011101010100111011110011100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,192,78); }

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

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

 a { background-color: rgb(112,192,78); }

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

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

 span { border-color: rgb(112,192,78); }

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