#70CF46

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

Shades of Apple #70CF46

Tints of Apple #70CF46

Color information

#70CF46 (or 0x70CF46) is unknown color: approx Apple. HEX triplet: 70, CF and 46. RGB value is (112,207,70). Sum of RGB (Red+Green+Blue) = 112+207+70=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 207 (81.25% from 255 or 53.21% from 389); Blue value is 70 (27.73% from 255 or 17.99% from 389); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CF46 is #8F30B9. Grayscale: #A3A3A3. Windows color (decimal): -9384122 or 4640624. OLE color: 4640624.

HSL color Cylindrical-coordinate representation of color #70CF46: hue angle of 101.61º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70CF46 is Cyan = 0.46, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB11220770-
CMYK0.4600.660.19
HSL101.61º58.8%54.31%-
HSV(B)101.61º66.18%81.18%-
XYZ30.148.5113.57-
YUV162.9875.5391.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.79%
GREEN value IS 207 (81.25% from 255) = 53.21%
BLUE value IS 70 (27.73% from 255) = 17.99%
R=28.79%
G=53.21%
B=17.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal112207700.4600.660.19101.6158.854.31
Hex70CF462E04213663b36
Octal160317106560102231467366
Binary111000011001111100011010111001000010100111100110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CF46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,207,70); }

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

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

 a { background-color: rgb(112,207,70); }

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

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

 span { border-color: rgb(112,207,70); }

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