Html Css Color HEX #70C644 Apple

📋 copy color: '#70C644'

red 112 ◦ green 198 ◦ blue 68

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

Shades of Apple #70C644

Tints of Apple #70C644

RGB

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

 GREEN value IS 198 (77.73% from 255) = 52.38%

 BLUE value IS 68 (26.95% from 255) = 17.99%

R = 29.63%
G = 52.38%
B = 17.99%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#70C644 (or 0x70C644) is known color: Apple. HEX triplet: 70, C6 and 44. RGB value is (112,198,68). Sum of RGB (Red+Green+Blue) = 112+198+68=378 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.63% from 378); Green value is 198 (77.73% from 255 or 52.38% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 198 - color contains mainly: green. Hex color #70C644 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C644 is #8F39BB. Grayscale: #9D9D9D. Windows color (decimal): -9386428 or 4507248. OLE color: 4507248.

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

Color convert

RGB 112 198 68 -
CMYK 0.43 0 0.66 0.22
HSL 99.69º 0.53% 0.52% -
HSV(B) 99.69º 0.66% 0.78% -
XYZ 27.92 44.25 12.54 -
YUV 157.47 77.51 95.57 -
System Red Green Blue C M Y K H S L
Decimal 112 198 68 0.43 0 0.66 0.22 99.69 0.53 0.52
Hex 70 C6 44 2B 0 42 16 64 35 34
Octal 160 306 104 53 0 102 26 144 65 64
Binary 1110000 11000110 1000100 101011 0 1000010 10110 1100100 110101 110100

Color Harmonies of #70C644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C644

Black with #70C644

Text Example


Text Example

White with #70C644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,198,68); }

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

background-color css

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

 a { background-color: rgb(112,198,68); }

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

border-color css

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

 span { border-color: rgb(112,198,68); }

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