Html Css Color HEX #70BA3F Apple

📋 copy color: '#70BA3F'

red 112 ◦ green 186 ◦ blue 63

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

Shades of Apple #70BA3F

Tints of Apple #70BA3F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.52%

 BLUE value IS 63 (25% from 255) = 17.45%

R = 31.02%
G = 51.52%
B = 17.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#70BA3F (or 0x70BA3F) is known color: Apple. HEX triplet: 70, BA and 3F. RGB value is (112,186,63). Sum of RGB (Red+Green+Blue) = 112+186+63=361 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.02% from 361); Green value is 186 (73.05% from 255 or 51.52% from 361); Blue value is 63 (25% from 255 or 17.45% from 361); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BA3F is #8F45C0. Grayscale: #969696. Windows color (decimal): -9389505 or 4176496. OLE color: 4176496.

HSL color Cylindrical-coordinate representation of color #70BA3F: hue angle of 96.1º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70BA3F is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 63 -
CMYK 0.40 0 0.66 0.27
HSL 96.1º 0.49% 0.49% -
HSV(B) 96.1º 0.66% 0.73% -
XYZ 25.14 38.92 10.89 -
YUV 149.85 78.98 101 -
System Red Green Blue C M Y K H S L
Decimal 112 186 63 0.40 0 0.66 0.27 96.1 0.49 0.49
Hex 70 BA 3F 28 0 42 1B 60 31 31
Octal 160 272 77 50 0 102 33 140 61 61
Binary 1110000 10111010 111111 101000 0 1000010 11011 1100000 110001 110001

Color Harmonies of #70BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA3F

Black with #70BA3F

Text Example


Text Example

White with #70BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,186,63); }

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

background-color css

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

 a { background-color: rgb(112,186,63); }

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

border-color css

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

 span { border-color: rgb(112,186,63); }

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