Html Css Color HEX #70BF51 Apple

📋 copy color: '#70BF51'

red 112 ◦ green 191 ◦ blue 81

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

Shades of Apple #70BF51

Tints of Apple #70BF51

RGB

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

 GREEN value IS 191 (75% from 255) = 49.74%

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

R = 29.17%
G = 49.74%
B = 21.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#70BF51 (or 0x70BF51) is known color: Apple. HEX triplet: 70, BF and 51. RGB value is (112,191,81). Sum of RGB (Red+Green+Blue) = 112+191+81=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 81 (32.03% from 255 or 21.09% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BF51 is #8F40AE. Grayscale: #9B9B9B. Windows color (decimal): -9388207 or 5357424. OLE color: 5357424.

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

Color convert

RGB 112 191 81 -
CMYK 0.41 0 0.58 0.25
HSL 103.09º 0.46% 0.53% -
HSV(B) 103.09º 0.58% 0.75% -
XYZ 26.8 41.3 14.34 -
YUV 154.84 86.33 97.44 -
System Red Green Blue C M Y K H S L
Decimal 112 191 81 0.41 0 0.58 0.25 103.09 0.46 0.53
Hex 70 BF 51 29 0 3A 19 67 2E 35
Octal 160 277 121 51 0 72 31 147 56 65
Binary 1110000 10111111 1010001 101001 0 111010 11001 1100111 101110 110101

Color Harmonies of #70BF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BF51

Black with #70BF51

Text Example


Text Example

White with #70BF51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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