Html Css Color HEX #70D72D Apple

📋 copy color: '#70D72D'

red 112 ◦ green 215 ◦ blue 45

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

Shades of Apple #70D72D

Tints of Apple #70D72D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 57.8%

 BLUE value IS 45 (17.97% from 255) = 12.1%

R = 30.11%
G = 57.8%
B = 12.1%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#70D72D (or 0x70D72D) is known color: Apple. HEX triplet: 70, D7 and 2D. RGB value is (112,215,45). Sum of RGB (Red+Green+Blue) = 112+215+45=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 215 (84.38% from 255 or 57.80% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 215 - color contains mainly: green. Hex color #70D72D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D72D is #8F28D2. Grayscale: #A5A5A5. Windows color (decimal): -9382099 or 3004272. OLE color: 3004272.

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

Color convert

RGB 112 215 45 -
CMYK 0.48 0 0.79 0.16
HSL 96.35º 0.68% 0.51% -
HSV(B) 96.35º 0.79% 0.84% -
XYZ 31.46 52.24 10.91 -
YUV 164.82 60.38 90.32 -
System Red Green Blue C M Y K H S L
Decimal 112 215 45 0.48 0 0.79 0.16 96.35 0.68 0.51
Hex 70 D7 2D 30 0 4F 10 60 44 33
Octal 160 327 55 60 0 117 20 140 104 63
Binary 1110000 11010111 101101 110000 0 1001111 10000 1100000 1000100 110011

Color Harmonies of #70D72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D72D

Black with #70D72D

Text Example


Text Example

White with #70D72D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,215,45); }

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

background-color css

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

 a { background-color: rgb(112,215,45); }

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

border-color css

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

 span { border-color: rgb(112,215,45); }

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