Html Css Color HEX #70BC43 Apple

📋 copy color: '#70BC43'

red 112 ◦ green 188 ◦ blue 67

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

Shades of Apple #70BC43

Tints of Apple #70BC43

RGB

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

 GREEN value IS 188 (73.83% from 255) = 51.23%

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

R = 30.52%
G = 51.23%
B = 18.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#70BC43 (or 0x70BC43) is known color: Apple. HEX triplet: 70, BC and 43. RGB value is (112,188,67). Sum of RGB (Red+Green+Blue) = 112+188+67=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BC43 is #8F43BC. Grayscale: #979797. Windows color (decimal): -9388989 or 4439152. OLE color: 4439152.

HSL color Cylindrical-coordinate representation of color #70BC43: hue angle of 97.69º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70BC43 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 67 -
CMYK 0.40 0 0.64 0.26
HSL 97.69º 0.47% 0.5% -
HSV(B) 97.69º 0.64% 0.74% -
XYZ 25.68 39.82 11.64 -
YUV 151.48 80.32 99.84 -
System Red Green Blue C M Y K H S L
Decimal 112 188 67 0.40 0 0.64 0.26 97.69 0.47 0.5
Hex 70 BC 43 28 0 40 1A 62 2F 32
Octal 160 274 103 50 0 100 32 142 57 62
Binary 1110000 10111100 1000011 101000 0 1000000 11010 1100010 101111 110010

Color Harmonies of #70BC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC43

Black with #70BC43

Text Example


Text Example

White with #70BC43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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