Html Css Color HEX #70D632 Apple

📋 copy color: '#70D632'

red 112 ◦ green 214 ◦ blue 50

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

Shades of Apple #70D632

Tints of Apple #70D632

RGB

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

 GREEN value IS 214 (83.98% from 255) = 56.91%

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

R = 29.79%
G = 56.91%
B = 13.3%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#70D632 (or 0x70D632) is known color: Apple. HEX triplet: 70, D6 and 32. RGB value is (112,214,50). Sum of RGB (Red+Green+Blue) = 112+214+50=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 214 (83.98% from 255 or 56.91% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 214 - color contains mainly: green. Hex color #70D632 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D632 is #8F29CD. Grayscale: #A5A5A5. Windows color (decimal): -9382350 or 3331696. OLE color: 3331696.

HSL color Cylindrical-coordinate representation of color #70D632: hue angle of 97.32º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70D632 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 214 50 -
CMYK 0.48 0 0.77 0.16
HSL 97.32º 0.67% 0.52% -
HSV(B) 97.32º 0.77% 0.84% -
XYZ 31.3 51.77 11.36 -
YUV 164.81 63.21 90.34 -
System Red Green Blue C M Y K H S L
Decimal 112 214 50 0.48 0 0.77 0.16 97.32 0.67 0.52
Hex 70 D6 32 30 0 4D 10 61 43 34
Octal 160 326 62 60 0 115 20 141 103 64
Binary 1110000 11010110 110010 110000 0 1001101 10000 1100001 1000011 110100

Color Harmonies of #70D632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D632

Black with #70D632

Text Example


Text Example

White with #70D632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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