Html Css Color HEX #70BE48 Apple

📋 copy color: '#70BE48'

red 112 ◦ green 190 ◦ blue 72

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

Shades of Apple #70BE48

Tints of Apple #70BE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.25%

R = 29.95%
G = 50.8%
B = 19.25%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#70BE48 (or 0x70BE48) is known color: Apple. HEX triplet: 70, BE and 48. RGB value is (112,190,72). Sum of RGB (Red+Green+Blue) = 112+190+72=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 190 (74.61% from 255 or 50.80% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BE48 is #8F41B7. Grayscale: #999999. Windows color (decimal): -9388472 or 4767344. OLE color: 4767344.

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

Color convert

RGB 112 190 72 -
CMYK 0.41 0 0.62 0.25
HSL 99.66º 0.48% 0.51% -
HSV(B) 99.66º 0.62% 0.75% -
XYZ 26.27 40.74 12.61 -
YUV 153.23 82.16 98.59 -
System Red Green Blue C M Y K H S L
Decimal 112 190 72 0.41 0 0.62 0.25 99.66 0.48 0.51
Hex 70 BE 48 29 0 3E 19 64 30 33
Octal 160 276 110 51 0 76 31 144 60 63
Binary 1110000 10111110 1001000 101001 0 111110 11001 1100100 110000 110011

Color Harmonies of #70BE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BE48

Black with #70BE48

Text Example


Text Example

White with #70BE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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