Html Css Color HEX #70BC50 Apple

📋 copy color: '#70BC50'

red 112 ◦ green 188 ◦ blue 80

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

Shades of Apple #70BC50

Tints of Apple #70BC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.05%

R = 29.47%
G = 49.47%
B = 21.05%

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

#70BC50 (or 0x70BC50) is known color: Apple. HEX triplet: 70, BC and 50. RGB value is (112,188,80). Sum of RGB (Red+Green+Blue) = 112+188+80=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 80 (31.64% from 255 or 21.05% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC50 is #8F43AF. Grayscale: #999999. Windows color (decimal): -9388976 or 5291120. OLE color: 5291120.

HSL color Cylindrical-coordinate representation of color #70BC50: hue angle of 102.22º degrees, saturation: 0.45, 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 #70BC50 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 80 -
CMYK 0.40 0 0.57 0.26
HSL 102.22º 0.45% 0.53% -
HSV(B) 102.22º 0.57% 0.74% -
XYZ 26.11 39.99 13.93 -
YUV 152.96 86.82 98.78 -
System Red Green Blue C M Y K H S L
Decimal 112 188 80 0.40 0 0.57 0.26 102.22 0.45 0.53
Hex 70 BC 50 28 0 39 1A 66 2D 35
Octal 160 274 120 50 0 71 32 146 55 65
Binary 1110000 10111100 1010000 101000 0 111001 11010 1100110 101101 110101

Color Harmonies of #70BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC50

Black with #70BC50

Text Example


Text Example

White with #70BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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