Html Css Color HEX #70C343 Apple

📋 copy color: '#70C343'

red 112 ◦ green 195 ◦ blue 67

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

Shades of Apple #70C343

Tints of Apple #70C343

RGB

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

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

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

R = 29.95%
G = 52.14%
B = 17.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#70C343 (or 0x70C343) is known color: Apple. HEX triplet: 70, C3 and 43. RGB value is (112,195,67). Sum of RGB (Red+Green+Blue) = 112+195+67=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #70C343 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C343 is #8F3CBC. Grayscale: #9C9C9C. Windows color (decimal): -9387197 or 4440944. OLE color: 4440944.

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

Color convert

RGB 112 195 67 -
CMYK 0.43 0 0.66 0.24
HSL 98.91º 0.52% 0.51% -
HSV(B) 98.91º 0.66% 0.76% -
XYZ 27.21 42.88 12.15 -
YUV 155.59 78 96.91 -
System Red Green Blue C M Y K H S L
Decimal 112 195 67 0.43 0 0.66 0.24 98.91 0.52 0.51
Hex 70 C3 43 2B 0 42 18 63 34 33
Octal 160 303 103 53 0 102 30 143 64 63
Binary 1110000 11000011 1000011 101011 0 1000010 11000 1100011 110100 110011

Color Harmonies of #70C343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C343

Black with #70C343

Text Example


Text Example

White with #70C343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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