Html Css Color HEX #70BC36 Apple

📋 copy color: '#70BC36'

red 112 ◦ green 188 ◦ blue 54

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

Shades of Apple #70BC36

Tints of Apple #70BC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.25%

R = 31.64%
G = 53.11%
B = 15.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#70BC36 (or 0x70BC36) is known color: Apple. HEX triplet: 70, BC and 36. RGB value is (112,188,54). Sum of RGB (Red+Green+Blue) = 112+188+54=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BC36 is #8F43C9. Grayscale: #969696. Windows color (decimal): -9389002 or 3587184. OLE color: 3587184.

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

Color convert

RGB 112 188 54 -
CMYK 0.40 0 0.71 0.26
HSL 94.03º 0.55% 0.47% -
HSV(B) 94.03º 0.71% 0.74% -
XYZ 25.33 39.68 9.81 -
YUV 150 73.82 100.9 -
System Red Green Blue C M Y K H S L
Decimal 112 188 54 0.40 0 0.71 0.26 94.03 0.55 0.47
Hex 70 BC 36 28 0 47 1A 5E 37 2F
Octal 160 274 66 50 0 107 32 136 67 57
Binary 1110000 10111100 110110 101000 0 1000111 11010 1011110 110111 101111

Color Harmonies of #70BC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC36

Black with #70BC36

Text Example


Text Example

White with #70BC36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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