Html Css Color HEX #70BC51 Apple

📋 copy color: '#70BC51'

red 112 ◦ green 188 ◦ blue 81

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

Shades of Apple #70BC51

Tints of Apple #70BC51

RGB

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

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

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

R = 29.4%
G = 49.34%
B = 21.26%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#70BC51 (or 0x70BC51) is known color: Apple. HEX triplet: 70, BC and 51. RGB value is (112,188,81). Sum of RGB (Red+Green+Blue) = 112+188+81=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC51 is #8F43AE. Grayscale: #999999. Windows color (decimal): -9388975 or 5356656. OLE color: 5356656.

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

Color convert

RGB 112 188 81 -
CMYK 0.40 0 0.57 0.26
HSL 102.62º 0.44% 0.53% -
HSV(B) 102.62º 0.57% 0.74% -
XYZ 26.15 40.01 14.13 -
YUV 153.08 87.32 98.7 -
System Red Green Blue C M Y K H S L
Decimal 112 188 81 0.40 0 0.57 0.26 102.62 0.44 0.53
Hex 70 BC 51 28 0 39 1A 67 2C 35
Octal 160 274 121 50 0 71 32 147 54 65
Binary 1110000 10111100 1010001 101000 0 111001 11010 1100111 101100 110101

Color Harmonies of #70BC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC51

Black with #70BC51

Text Example


Text Example

White with #70BC51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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