Html Css Color HEX #70BB50 Apple

📋 copy color: '#70BB50'

red 112 ◦ green 187 ◦ blue 80

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

Shades of Apple #70BB50

Tints of Apple #70BB50

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.34%

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

R = 29.55%
G = 49.34%
B = 21.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#70BB50 (or 0x70BB50) is known color: Apple. HEX triplet: 70, BB and 50. RGB value is (112,187,80). Sum of RGB (Red+Green+Blue) = 112+187+80=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BB50 is #8F44AF. Grayscale: #989898. Windows color (decimal): -9389232 or 5290864. OLE color: 5290864.

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

Color convert

RGB 112 187 80 -
CMYK 0.40 0 0.57 0.27
HSL 102.06º 0.44% 0.52% -
HSV(B) 102.06º 0.57% 0.73% -
XYZ 25.9 39.56 13.86 -
YUV 152.38 87.15 99.2 -
System Red Green Blue C M Y K H S L
Decimal 112 187 80 0.40 0 0.57 0.27 102.06 0.44 0.52
Hex 70 BB 50 28 0 39 1B 66 2C 34
Octal 160 273 120 50 0 71 33 146 54 64
Binary 1110000 10111011 1010000 101000 0 111001 11011 1100110 101100 110100

Color Harmonies of #70BB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BB50

Black with #70BB50

Text Example


Text Example

White with #70BB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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