Html Css Color HEX #70C943 Apple

📋 copy color: '#70C943'

red 112 ◦ green 201 ◦ blue 67

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

Shades of Apple #70C943

Tints of Apple #70C943

RGB

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

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

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

R = 29.47%
G = 52.89%
B = 17.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#70C943 (or 0x70C943) is known color: Apple. HEX triplet: 70, C9 and 43. RGB value is (112,201,67). Sum of RGB (Red+Green+Blue) = 112+201+67=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 201 (78.91% from 255 or 52.89% from 380); Blue value is 67 (26.56% from 255 or 17.63% from 380); Max value from RGB is 201 - color contains mainly: green. Hex color #70C943 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C943 is #8F36BC. Grayscale: #9F9F9F. Windows color (decimal): -9385661 or 4442480. OLE color: 4442480.

HSL color Cylindrical-coordinate representation of color #70C943: hue angle of 99.85º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70C943 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 201 67 -
CMYK 0.44 0 0.67 0.21
HSL 99.85º 0.55% 0.53% -
HSV(B) 99.85º 0.67% 0.79% -
XYZ 28.58 45.62 12.61 -
YUV 159.11 76.01 94.4 -
System Red Green Blue C M Y K H S L
Decimal 112 201 67 0.44 0 0.67 0.21 99.85 0.55 0.53
Hex 70 C9 43 2C 0 43 15 64 37 35
Octal 160 311 103 54 0 103 25 144 67 65
Binary 1110000 11001001 1000011 101100 0 1000011 10101 1100100 110111 110101

Color Harmonies of #70C943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C943

Black with #70C943

Text Example


Text Example

White with #70C943

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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