Html Css Color HEX #70BB32 Apple

📋 copy color: '#70BB32'

red 112 ◦ green 187 ◦ blue 50

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

Shades of Apple #70BB32

Tints of Apple #70BB32

RGB

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

 GREEN value IS 187 (73.44% from 255) = 53.58%

 BLUE value IS 50 (19.92% from 255) = 14.33%

R = 32.09%
G = 53.58%
B = 14.33%

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

#70BB32 (or 0x70BB32) is known color: Apple. HEX triplet: 70, BB and 32. RGB value is (112,187,50). Sum of RGB (Red+Green+Blue) = 112+187+50=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 187 (73.44% from 255 or 53.58% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BB32 is #8F44CD. Grayscale: #959595. Windows color (decimal): -9389262 or 3324784. OLE color: 3324784.

HSL color Cylindrical-coordinate representation of color #70BB32: hue angle of 92.85º degrees, saturation: 0.58, 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 #70BB32 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 187 50 -
CMYK 0.40 0 0.73 0.27
HSL 92.85º 0.58% 0.46% -
HSV(B) 92.85º 0.73% 0.73% -
XYZ 25.03 39.22 9.27 -
YUV 148.96 72.15 101.64 -
System Red Green Blue C M Y K H S L
Decimal 112 187 50 0.40 0 0.73 0.27 92.85 0.58 0.46
Hex 70 BB 32 28 0 49 1B 5D 3A 2E
Octal 160 273 62 50 0 111 33 135 72 56
Binary 1110000 10111011 110010 101000 0 1001001 11011 1011101 111010 101110

Color Harmonies of #70BB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BB32

Black with #70BB32

Text Example


Text Example

White with #70BB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,187,50); }

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

background-color css

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

 a { background-color: rgb(112,187,50); }

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

border-color css

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

 span { border-color: rgb(112,187,50); }

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