Html Css Color HEX #70CA46 Apple

📋 copy color: '#70CA46'

red 112 ◦ green 202 ◦ blue 70

#70CA46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #70CA46

Tints of Apple #70CA46

RGB

 RED value IS 112 (44.14% from 255) = 29.17%

 GREEN value IS 202 (79.3% from 255) = 52.6%

 BLUE value IS 70 (27.73% from 255) = 18.23%

R = 29.17%
G = 52.6%
B = 18.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#70CA46 (or 0x70CA46) is known color: Apple. HEX triplet: 70, CA and 46. RGB value is (112,202,70). Sum of RGB (Red+Green+Blue) = 112+202+70=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70CA46 is #8F35B9. Grayscale: #A0A0A0. Windows color (decimal): -9385402 or 4639344. OLE color: 4639344.

HSL color Cylindrical-coordinate representation of color #70CA46: hue angle of 100.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70CA46 is Cyan = 0.45, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 202 70 -
CMYK 0.45 0 0.65 0.21
HSL 100.91º 0.55% 0.53% -
HSV(B) 100.91º 0.65% 0.79% -
XYZ 28.91 46.13 13.17 -
YUV 160.04 77.18 93.73 -
System Red Green Blue C M Y K H S L
Decimal 112 202 70 0.45 0 0.65 0.21 100.91 0.55 0.53
Hex 70 CA 46 2D 0 41 15 65 37 35
Octal 160 312 106 55 0 101 25 145 67 65
Binary 1110000 11001010 1000110 101101 0 1000001 10101 1100101 110111 110101

Color Harmonies of #70CA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CA46

Black with #70CA46

Text Example


Text Example

White with #70CA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70CA46;
 }
 .AnyTagClassName
 {
   color: #70CA46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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