Html Css Color HEX #70D72F Apple

📋 copy color: '#70D72F'

red 112 ◦ green 215 ◦ blue 47

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

Shades of Apple #70D72F

Tints of Apple #70D72F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.57%

R = 29.95%
G = 57.49%
B = 12.57%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#70D72F (or 0x70D72F) is known color: Apple. HEX triplet: 70, D7 and 2F. RGB value is (112,215,47). Sum of RGB (Red+Green+Blue) = 112+215+47=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 215 (84.38% from 255 or 57.49% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 215 - color contains mainly: green. Hex color #70D72F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D72F is #8F28D0. Grayscale: #A5A5A5. Windows color (decimal): -9382097 or 3135344. OLE color: 3135344.

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

Color convert

RGB 112 215 47 -
CMYK 0.48 0 0.78 0.16
HSL 96.79º 0.68% 0.51% -
HSV(B) 96.79º 0.78% 0.84% -
XYZ 31.5 52.25 11.11 -
YUV 165.05 61.38 90.16 -
System Red Green Blue C M Y K H S L
Decimal 112 215 47 0.48 0 0.78 0.16 96.79 0.68 0.51
Hex 70 D7 2F 30 0 4E 10 61 44 33
Octal 160 327 57 60 0 116 20 141 104 63
Binary 1110000 11010111 101111 110000 0 1001110 10000 1100001 1000100 110011

Color Harmonies of #70D72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D72F

Black with #70D72F

Text Example


Text Example

White with #70D72F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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