Html Css Color HEX #70BA33 Apple

📋 copy color: '#70BA33'

red 112 ◦ green 186 ◦ blue 51

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

Shades of Apple #70BA33

Tints of Apple #70BA33

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.3%

 BLUE value IS 51 (20.31% from 255) = 14.61%

R = 32.09%
G = 53.3%
B = 14.61%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#70BA33 (or 0x70BA33) is known color: Apple. HEX triplet: 70, BA and 33. RGB value is (112,186,51). Sum of RGB (Red+Green+Blue) = 112+186+51=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BA33 is #8F45CC. Grayscale: #949494. Windows color (decimal): -9389517 or 3390064. OLE color: 3390064.

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

Color convert

RGB 112 186 51 -
CMYK 0.40 0 0.73 0.27
HSL 92.89º 0.57% 0.46% -
HSV(B) 92.89º 0.73% 0.73% -
XYZ 24.84 38.8 9.31 -
YUV 148.48 72.98 101.98 -
System Red Green Blue C M Y K H S L
Decimal 112 186 51 0.40 0 0.73 0.27 92.89 0.57 0.46
Hex 70 BA 33 28 0 49 1B 5D 39 2E
Octal 160 272 63 50 0 111 33 135 71 56
Binary 1110000 10111010 110011 101000 0 1001001 11011 1011101 111001 101110

Color Harmonies of #70BA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA33

Black with #70BA33

Text Example


Text Example

White with #70BA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,186,51); }

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

background-color css

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

 a { background-color: rgb(112,186,51); }

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

border-color css

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

 span { border-color: rgb(112,186,51); }

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