Html Css Color HEX #70BD50 Apple

📋 copy color: '#70BD50'

red 112 ◦ green 189 ◦ blue 80

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

Shades of Apple #70BD50

Tints of Apple #70BD50

RGB

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

 GREEN value IS 189 (74.22% from 255) = 49.61%

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

R = 29.4%
G = 49.61%
B = 21%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#70BD50 (or 0x70BD50) is known color: Apple. HEX triplet: 70, BD and 50. RGB value is (112,189,80). Sum of RGB (Red+Green+Blue) = 112+189+80=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 189 (74.22% from 255 or 49.61% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BD50 is #8F42AF. Grayscale: #999999. Windows color (decimal): -9388720 or 5291376. OLE color: 5291376.

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

Color convert

RGB 112 189 80 -
CMYK 0.41 0 0.58 0.26
HSL 102.39º 0.45% 0.53% -
HSV(B) 102.39º 0.58% 0.74% -
XYZ 26.33 40.42 14 -
YUV 153.55 86.49 98.36 -
System Red Green Blue C M Y K H S L
Decimal 112 189 80 0.41 0 0.58 0.26 102.39 0.45 0.53
Hex 70 BD 50 29 0 3A 1A 66 2D 35
Octal 160 275 120 51 0 72 32 146 55 65
Binary 1110000 10111101 1010000 101001 0 111010 11010 1100110 101101 110101

Color Harmonies of #70BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BD50

Black with #70BD50

Text Example


Text Example

White with #70BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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