Html Css Color HEX #70C643 Apple

📋 copy color: '#70C643'

red 112 ◦ green 198 ◦ blue 67

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

Shades of Apple #70C643

Tints of Apple #70C643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.77%

R = 29.71%
G = 52.52%
B = 17.77%

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

#70C643 (or 0x70C643) is known color: Apple. HEX triplet: 70, C6 and 43. RGB value is (112,198,67). Sum of RGB (Red+Green+Blue) = 112+198+67=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 198 (77.73% from 255 or 52.52% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 198 - color contains mainly: green. Hex color #70C643 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C643 is #8F39BC. Grayscale: #9D9D9D. Windows color (decimal): -9386429 or 4441712. OLE color: 4441712.

HSL color Cylindrical-coordinate representation of color #70C643: hue angle of 99.39º 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 #70C643 is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 198 67 -
CMYK 0.43 0 0.66 0.22
HSL 99.39º 0.53% 0.52% -
HSV(B) 99.39º 0.66% 0.78% -
XYZ 27.89 44.24 12.38 -
YUV 157.35 77.01 95.65 -
System Red Green Blue C M Y K H S L
Decimal 112 198 67 0.43 0 0.66 0.22 99.39 0.53 0.52
Hex 70 C6 43 2B 0 42 16 63 35 34
Octal 160 306 103 53 0 102 26 143 65 64
Binary 1110000 11000110 1000011 101011 0 1000010 10110 1100011 110101 110100

Color Harmonies of #70C643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C643

Black with #70C643

Text Example


Text Example

White with #70C643

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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