Html Css Color HEX #70BE45 Apple

📋 copy color: '#70BE45'

red 112 ◦ green 190 ◦ blue 69

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

Shades of Apple #70BE45

Tints of Apple #70BE45

RGB

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

 GREEN value IS 190 (74.61% from 255) = 51.21%

 BLUE value IS 69 (27.34% from 255) = 18.6%

R = 30.19%
G = 51.21%
B = 18.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#70BE45 (or 0x70BE45) is known color: Apple. HEX triplet: 70, BE and 45. RGB value is (112,190,69). Sum of RGB (Red+Green+Blue) = 112+190+69=371 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.19% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 69 (27.34% from 255 or 18.60% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BE45 is #8F41BA. Grayscale: #999999. Windows color (decimal): -9388475 or 4570736. OLE color: 4570736.

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

Color convert

RGB 112 190 69 -
CMYK 0.41 0 0.64 0.25
HSL 98.68º 0.48% 0.51% -
HSV(B) 98.68º 0.64% 0.75% -
XYZ 26.17 40.7 12.11 -
YUV 152.88 80.66 98.84 -
System Red Green Blue C M Y K H S L
Decimal 112 190 69 0.41 0 0.64 0.25 98.68 0.48 0.51
Hex 70 BE 45 29 0 40 19 63 30 33
Octal 160 276 105 51 0 100 31 143 60 63
Binary 1110000 10111110 1000101 101001 0 1000000 11001 1100011 110000 110011

Color Harmonies of #70BE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BE45

Black with #70BE45

Text Example


Text Example

White with #70BE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,190,69); }

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

background-color css

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

 a { background-color: rgb(112,190,69); }

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

border-color css

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

 span { border-color: rgb(112,190,69); }

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