#70CE30

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

Shades of Apple #70CE30

Tints of Apple #70CE30

Color information

#70CE30 (or 0x70CE30) is unknown color: approx Apple. HEX triplet: 70, CE and 30. RGB value is (112,206,48). Sum of RGB (Red+Green+Blue) = 112+206+48=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 206 (80.86% from 255 or 56.28% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CE30 is #8F31CF. Grayscale: #A0A0A0. Windows color (decimal): -9384400 or 3198576. OLE color: 3198576.

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

Color convert

RGB11220648-
CMYK0.4600.770.19
HSL95.7º62.2%49.8%-
HSV(B)95.7º76.7%80.78%-
XYZ29.2947.810.48-
YUV159.8864.8693.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 206 (80.86% from 255) = 56.28%
BLUE value IS 48 (19.14% from 255) = 13.11%
R=30.60%
G=56.28%
B=13.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal112206480.4600.770.1995.762.249.8
Hex70CE302E04D13603e32
Octal16031660560115231407662
Binary11100001100111011000010111001001101100111100000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CE30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,206,48); }

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

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

 a { background-color: rgb(112,206,48); }

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

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

 span { border-color: rgb(112,206,48); }

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