#70C74B

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

Shades of Apple #70C74B

Tints of Apple #70C74B

Color information

#70C74B (or 0x70C74B) is unknown color: approx Apple. HEX triplet: 70, C7 and 4B. RGB value is (112,199,75). Sum of RGB (Red+Green+Blue) = 112+199+75=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 199 (78.12% from 255 or 51.55% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 199 - color contains mainly: green. Hex color #70C74B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C74B is #8F38B4. Grayscale: #9F9F9F. Windows color (decimal): -9386165 or 4966256. OLE color: 4966256.

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

Color convert

RGB11219975-
CMYK0.4400.620.22
HSL102.1º52.54%53.73%-
HSV(B)102.1º62.31%78.04%-
XYZ28.3844.813.81-
YUV158.8580.6894.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.02%
GREEN value IS 199 (78.12% from 255) = 51.55%
BLUE value IS 75 (29.69% from 255) = 19.43%
R=29.02%
G=51.55%
B=19.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal112199750.4400.620.22102.152.5453.73
Hex70C74B2C03E16663536
Octal16030711354076261466566
Binary11100001100011110010111011000111110101101100110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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