Html Css Color HEX #70C346 Apple

📋 copy color: '#70C346'

red 112 ◦ green 195 ◦ blue 70

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

Shades of Apple #70C346

Tints of Apple #70C346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.72%

 BLUE value IS 70 (27.73% from 255) = 18.57%

R = 29.71%
G = 51.72%
B = 18.57%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#70C346 (or 0x70C346) is known color: Apple. HEX triplet: 70, C3 and 46. RGB value is (112,195,70). Sum of RGB (Red+Green+Blue) = 112+195+70=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 195 (76.56% from 255 or 51.72% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 195 - color contains mainly: green. Hex color #70C346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C346 is #8F3CB9. Grayscale: #9C9C9C. Windows color (decimal): -9387194 or 4637552. OLE color: 4637552.

HSL color Cylindrical-coordinate representation of color #70C346: hue angle of 99.84º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70C346 is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 195 70 -
CMYK 0.43 0 0.64 0.24
HSL 99.84º 0.51% 0.52% -
HSV(B) 99.84º 0.64% 0.76% -
XYZ 27.3 42.92 12.64 -
YUV 155.93 79.5 96.66 -
System Red Green Blue C M Y K H S L
Decimal 112 195 70 0.43 0 0.64 0.24 99.84 0.51 0.52
Hex 70 C3 46 2B 0 40 18 64 33 34
Octal 160 303 106 53 0 100 30 144 63 64
Binary 1110000 11000011 1000110 101011 0 1000000 11000 1100100 110011 110100

Color Harmonies of #70C346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C346

Black with #70C346

Text Example


Text Example

White with #70C346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,195,70); }

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

background-color css

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

 a { background-color: rgb(112,195,70); }

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

border-color css

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

 span { border-color: rgb(112,195,70); }

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