#70C741

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

Shades of Apple #70C741

Tints of Apple #70C741

Color information

#70C741 (or 0x70C741) is unknown color: approx Apple. HEX triplet: 70, C7 and 41. RGB value is (112,199,65). Sum of RGB (Red+Green+Blue) = 112+199+65=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 199 (78.12% from 255 or 52.93% from 376); Blue value is 65 (25.78% from 255 or 17.29% from 376); Max value from RGB is 199 - color contains mainly: green. Hex color #70C741 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C741 is #8F38BE. Grayscale: #9E9E9E. Windows color (decimal): -9386175 or 4310896. OLE color: 4310896.

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

Color convert

RGB11219965-
CMYK0.4400.670.22
HSL98.96º54.47%51.76%-
HSV(B)98.96º67.34%78.04%-
XYZ28.0644.6712.14-
YUV157.7175.6895.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 199 (78.12% from 255) = 52.93%
BLUE value IS 65 (25.78% from 255) = 17.29%
R=29.79%
G=52.93%
B=17.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal112199650.4400.670.2298.9654.4751.76
Hex70C7412C04316633634
Octal160307101540103261436664
Binary111000011000111100000110110001000011101101100011110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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