#70C243

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

Shades of Apple #70C243

Tints of Apple #70C243

Color information

#70C243 (or 0x70C243) is unknown color: approx Apple. HEX triplet: 70, C2 and 43. RGB value is (112,194,67). Sum of RGB (Red+Green+Blue) = 112+194+67=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #70C243 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C243 is #8F3DBC. Grayscale: #9B9B9B. Windows color (decimal): -9387453 or 4440688. OLE color: 4440688.

HSL color Cylindrical-coordinate representation of color #70C243: hue angle of 98.74º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70C243 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB11219467-
CMYK0.4200.650.24
HSL98.74º51%51.18%-
HSV(B)98.74º65.46%76.08%-
XYZ26.9942.4312.08-
YUV15578.3397.33-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.03%
GREEN value IS 194 (76.17% from 255) = 52.01%
BLUE value IS 67 (26.56% from 255) = 17.96%
R=30.03%
G=52.01%
B=17.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal112194670.4200.650.2498.745151.18
Hex70C2432A04118633333
Octal160302103520101301436363
Binary111000011000010100001110101001000001110001100011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,194,67); }

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

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

 a { background-color: rgb(112,194,67); }

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

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

 span { border-color: rgb(112,194,67); }

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