Html Css Color HEX #70BC32 Apple

📋 copy color: '#70BC32'

red 112 ◦ green 188 ◦ blue 50

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

Shades of Apple #70BC32

Tints of Apple #70BC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.71%

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

R = 32%
G = 53.71%
B = 14.29%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#70BC32 (or 0x70BC32) is known color: Apple. HEX triplet: 70, BC and 32. RGB value is (112,188,50). Sum of RGB (Red+Green+Blue) = 112+188+50=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BC32 is #8F43CD. Grayscale: #969696. Windows color (decimal): -9389006 or 3325040. OLE color: 3325040.

HSL color Cylindrical-coordinate representation of color #70BC32: hue angle of 93.04º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #70BC32 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 50 -
CMYK 0.40 0 0.73 0.26
HSL 93.04º 0.58% 0.47% -
HSV(B) 93.04º 0.73% 0.74% -
XYZ 25.24 39.64 9.34 -
YUV 149.54 71.82 101.22 -
System Red Green Blue C M Y K H S L
Decimal 112 188 50 0.40 0 0.73 0.26 93.04 0.58 0.47
Hex 70 BC 32 28 0 49 1A 5D 3A 2F
Octal 160 274 62 50 0 111 32 135 72 57
Binary 1110000 10111100 110010 101000 0 1001001 11010 1011101 111010 101111

Color Harmonies of #70BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC32

Black with #70BC32

Text Example


Text Example

White with #70BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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