Html Css Color HEX #70C845 Apple

📋 copy color: '#70C845'

red 112 ◦ green 200 ◦ blue 69

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

Shades of Apple #70C845

Tints of Apple #70C845

RGB

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

 GREEN value IS 200 (78.52% from 255) = 52.49%

 BLUE value IS 69 (27.34% from 255) = 18.11%

R = 29.4%
G = 52.49%
B = 18.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#70C845 (or 0x70C845) is known color: Apple. HEX triplet: 70, C8 and 45. RGB value is (112,200,69). Sum of RGB (Red+Green+Blue) = 112+200+69=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 200 (78.52% from 255 or 52.49% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 200 - color contains mainly: green. Hex color #70C845 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C845 is #8F37BA. Grayscale: #9F9F9F. Windows color (decimal): -9385915 or 4573296. OLE color: 4573296.

HSL color Cylindrical-coordinate representation of color #70C845: hue angle of 100.31º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70C845 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 200 69 -
CMYK 0.44 0 0.66 0.22
HSL 100.31º 0.54% 0.53% -
HSV(B) 100.31º 0.66% 0.78% -
XYZ 28.41 45.18 12.85 -
YUV 158.75 77.35 94.65 -
System Red Green Blue C M Y K H S L
Decimal 112 200 69 0.44 0 0.66 0.22 100.31 0.54 0.53
Hex 70 C8 45 2C 0 42 16 64 36 35
Octal 160 310 105 54 0 102 26 144 66 65
Binary 1110000 11001000 1000101 101100 0 1000010 10110 1100100 110110 110101

Color Harmonies of #70C845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C845

Black with #70C845

Text Example


Text Example

White with #70C845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,200,69); }

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

background-color css

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

 a { background-color: rgb(112,200,69); }

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

border-color css

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

 span { border-color: rgb(112,200,69); }

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