Html Css Color HEX #70B851 Apple

📋 copy color: '#70B851'

red 112 ◦ green 184 ◦ blue 81

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

Shades of Apple #70B851

Tints of Apple #70B851

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.81%

 BLUE value IS 81 (32.03% from 255) = 21.49%

R = 29.71%
G = 48.81%
B = 21.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#70B851 (or 0x70B851) is known color: Apple. HEX triplet: 70, B8 and 51. RGB value is (112,184,81). Sum of RGB (Red+Green+Blue) = 112+184+81=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 81 (32.03% from 255 or 21.49% from 377); Max value from RGB is 184 - color contains mainly: green. Hex color #70B851 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B851 is #8F47AE. Grayscale: #979797. Windows color (decimal): -9389999 or 5355632. OLE color: 5355632.

HSL color Cylindrical-coordinate representation of color #70B851: hue angle of 101.94º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70B851 is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 184 81 -
CMYK 0.39 0 0.56 0.28
HSL 101.94º 0.42% 0.52% -
HSV(B) 101.94º 0.56% 0.72% -
XYZ 25.31 38.32 13.85 -
YUV 150.73 88.65 100.38 -
System Red Green Blue C M Y K H S L
Decimal 112 184 81 0.39 0 0.56 0.28 101.94 0.42 0.52
Hex 70 B8 51 27 0 38 1C 66 2A 34
Octal 160 270 121 47 0 70 34 146 52 64
Binary 1110000 10111000 1010001 100111 0 111000 11100 1100110 101010 110100

Color Harmonies of #70B851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B851

Black with #70B851

Text Example


Text Example

White with #70B851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,184,81); }

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

background-color css

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

 a { background-color: rgb(112,184,81); }

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

border-color css

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

 span { border-color: rgb(112,184,81); }

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