#70D438

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

Shades of Apple #70D438

Tints of Apple #70D438

Color information

#70D438 (or 0x70D438) is unknown color: approx Apple. HEX triplet: 70, D4 and 38. RGB value is (112,212,56). Sum of RGB (Red+Green+Blue) = 112+212+56=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 212 (83.20% from 255 or 55.79% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 212 - color contains mainly: green. Hex color #70D438 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D438 is #8F2BC7. Grayscale: #A4A4A4. Windows color (decimal): -9382856 or 3724400. OLE color: 3724400.

HSL color Cylindrical-coordinate representation of color #70D438: hue angle of 98.46º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #70D438 is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB11221256-
CMYK0.4700.740.17
HSL98.46º64.46%52.55%-
HSV(B)98.46º73.58%83.14%-
XYZ30.9450.8211.92-
YUV164.3266.8790.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 212 (83.20% from 255) = 55.79%
BLUE value IS 56 (22.27% from 255) = 14.74%
R=29.47%
G=55.79%
B=14.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal112212560.4700.740.1798.4664.4652.55
Hex70D4382F04A11624035
Octal160324705701122114210065
Binary111000011010100111000101111010010101000111000101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,212,56); }

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

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

 a { background-color: rgb(112,212,56); }

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

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

 span { border-color: rgb(112,212,56); }

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