Html Css Color HEX #70B44F Apple

📋 copy color: '#70B44F'

red 112 ◦ green 180 ◦ blue 79

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

Shades of Apple #70B44F

Tints of Apple #70B44F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.52%

 BLUE value IS 79 (31.25% from 255) = 21.29%

R = 30.19%
G = 48.52%
B = 21.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#70B44F (or 0x70B44F) is known color: Apple. HEX triplet: 70, B4 and 4F. RGB value is (112,180,79). Sum of RGB (Red+Green+Blue) = 112+180+79=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #70B44F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B44F is #8F4BB0. Grayscale: #949494. Windows color (decimal): -9391025 or 5223536. OLE color: 5223536.

HSL color Cylindrical-coordinate representation of color #70B44F: hue angle of 100.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70B44F is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 180 79 -
CMYK 0.38 0 0.56 0.29
HSL 100.4º 0.4% 0.51% -
HSV(B) 100.4º 0.56% 0.71% -
XYZ 24.41 36.65 13.18 -
YUV 148.15 88.97 102.21 -
System Red Green Blue C M Y K H S L
Decimal 112 180 79 0.38 0 0.56 0.29 100.4 0.4 0.51
Hex 70 B4 4F 26 0 38 1D 64 28 33
Octal 160 264 117 46 0 70 35 144 50 63
Binary 1110000 10110100 1001111 100110 0 111000 11101 1100100 101000 110011

Color Harmonies of #70B44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B44F

Black with #70B44F

Text Example


Text Example

White with #70B44F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,180,79); }

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

background-color css

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

 a { background-color: rgb(112,180,79); }

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

border-color css

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

 span { border-color: rgb(112,180,79); }

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