#70CD40

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

Shades of Apple #70CD40

Tints of Apple #70CD40

Color information

#70CD40 (or 0x70CD40) is unknown color: approx Apple. HEX triplet: 70, CD and 40. RGB value is (112,205,64). Sum of RGB (Red+Green+Blue) = 112+205+64=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CD40 is #8F32BF. Grayscale: #A1A1A1. Windows color (decimal): -9384640 or 4246896. OLE color: 4246896.

HSL color Cylindrical-coordinate representation of color #70CD40: hue angle of 99.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70CD40 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB11220564-
CMYK0.4500.690.20
HSL99.57º58.51%52.75%-
HSV(B)99.57º68.78%80.39%-
XYZ29.4447.4812.46-
YUV161.1273.1992.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.40%
GREEN value IS 205 (80.47% from 255) = 53.81%
BLUE value IS 64 (25.39% from 255) = 16.80%
R=29.40%
G=53.81%
B=16.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal112205640.4500.690.2099.5758.5152.75
Hex70CD402D04514643b35
Octal160315100550105241447365
Binary111000011001101100000010110101000101101001100100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,205,64); }

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

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

 a { background-color: rgb(112,205,64); }

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

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

 span { border-color: rgb(112,205,64); }

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