Html Css Color HEX #70D343 Apple

📋 copy color: '#70D343'

red 112 ◦ green 211 ◦ blue 67

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

Shades of Apple #70D343

Tints of Apple #70D343

RGB

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

 GREEN value IS 211 (82.81% from 255) = 54.1%

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

R = 28.72%
G = 54.1%
B = 17.18%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#70D343 (or 0x70D343) is known color: Apple. HEX triplet: 70, D3 and 43. RGB value is (112,211,67). Sum of RGB (Red+Green+Blue) = 112+211+67=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 211 (82.81% from 255 or 54.10% from 390); Blue value is 67 (26.56% from 255 or 17.18% from 390); Max value from RGB is 211 - color contains mainly: green. Hex color #70D343 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D343 is #8F2CBC. Grayscale: #A5A5A5. Windows color (decimal): -9383101 or 4445040. OLE color: 4445040.

HSL color Cylindrical-coordinate representation of color #70D343: hue angle of 101.25º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70D343 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.

Color convert

RGB 112 211 67 -
CMYK 0.47 0 0.68 0.17
HSL 101.25º 0.62% 0.55% -
HSV(B) 101.25º 0.68% 0.83% -
XYZ 30.99 50.44 13.41 -
YUV 164.98 72.7 90.21 -
System Red Green Blue C M Y K H S L
Decimal 112 211 67 0.47 0 0.68 0.17 101.25 0.62 0.55
Hex 70 D3 43 2F 0 44 11 65 3E 37
Octal 160 323 103 57 0 104 21 145 76 67
Binary 1110000 11010011 1000011 101111 0 1000100 10001 1100101 111110 110111

Color Harmonies of #70D343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D343

Black with #70D343

Text Example


Text Example

White with #70D343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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