Html Css Color HEX #70C445 Apple

📋 copy color: '#70C445'

red 112 ◦ green 196 ◦ blue 69

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

Shades of Apple #70C445

Tints of Apple #70C445

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.99%

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

R = 29.71%
G = 51.99%
B = 18.3%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#70C445 (or 0x70C445) is known color: Apple. HEX triplet: 70, C4 and 45. RGB value is (112,196,69). Sum of RGB (Red+Green+Blue) = 112+196+69=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 196 (76.95% from 255 or 51.99% from 377); Blue value is 69 (27.34% from 255 or 18.30% from 377); Max value from RGB is 196 - color contains mainly: green. Hex color #70C445 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C445 is #8F3BBA. Grayscale: #9C9C9C. Windows color (decimal): -9386939 or 4572272. OLE color: 4572272.

HSL color Cylindrical-coordinate representation of color #70C445: hue angle of 99.69º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70C445 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 112 196 69 -
CMYK 0.43 0 0.65 0.23
HSL 99.69º 0.52% 0.52% -
HSV(B) 99.69º 0.65% 0.77% -
XYZ 27.5 43.35 12.55 -
YUV 156.41 78.67 96.33 -
System Red Green Blue C M Y K H S L
Decimal 112 196 69 0.43 0 0.65 0.23 99.69 0.52 0.52
Hex 70 C4 45 2B 0 41 17 64 34 34
Octal 160 304 105 53 0 101 27 144 64 64
Binary 1110000 11000100 1000101 101011 0 1000001 10111 1100100 110100 110100

Color Harmonies of #70C445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C445

Black with #70C445

Text Example


Text Example

White with #70C445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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