Html Css Color HEX #70C947 Apple

📋 copy color: '#70C947'

red 112 ◦ green 201 ◦ blue 71

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

Shades of Apple #70C947

Tints of Apple #70C947

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.34%

 BLUE value IS 71 (28.13% from 255) = 18.49%

R = 29.17%
G = 52.34%
B = 18.49%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#70C947 (or 0x70C947) is known color: Apple. HEX triplet: 70, C9 and 47. RGB value is (112,201,71). Sum of RGB (Red+Green+Blue) = 112+201+71=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #70C947 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C947 is #8F36B8. Grayscale: #A0A0A0. Windows color (decimal): -9385657 or 4704624. OLE color: 4704624.

HSL color Cylindrical-coordinate representation of color #70C947: hue angle of 101.08º 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 #70C947 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 201 71 -
CMYK 0.44 0 0.65 0.21
HSL 101.08º 0.55% 0.53% -
HSV(B) 101.08º 0.65% 0.79% -
XYZ 28.71 45.67 13.26 -
YUV 159.57 78.01 94.07 -
System Red Green Blue C M Y K H S L
Decimal 112 201 71 0.44 0 0.65 0.21 101.08 0.55 0.53
Hex 70 C9 47 2C 0 41 15 65 37 35
Octal 160 311 107 54 0 101 25 145 67 65
Binary 1110000 11001001 1000111 101100 0 1000001 10101 1100101 110111 110101

Color Harmonies of #70C947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C947

Black with #70C947

Text Example


Text Example

White with #70C947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,201,71); }

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

background-color css

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

 a { background-color: rgb(112,201,71); }

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

border-color css

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

 span { border-color: rgb(112,201,71); }

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