Html Css Color HEX #70D83D Apple

📋 copy color: '#70D83D'

red 112 ◦ green 216 ◦ blue 61

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

Shades of Apple #70D83D

Tints of Apple #70D83D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 55.53%

 BLUE value IS 61 (24.22% from 255) = 15.68%

R = 28.79%
G = 55.53%
B = 15.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#70D83D (or 0x70D83D) is known color: Apple. HEX triplet: 70, D8 and 3D. RGB value is (112,216,61). Sum of RGB (Red+Green+Blue) = 112+216+61=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 216 (84.77% from 255 or 55.53% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 216 - color contains mainly: green. Hex color #70D83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D83D is #8F27C2. Grayscale: #A7A7A7. Windows color (decimal): -9381827 or 4053104. OLE color: 4053104.

HSL color Cylindrical-coordinate representation of color #70D83D: hue angle of 100.26º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70D83D is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 216 61 -
CMYK 0.48 0 0.72 0.15
HSL 100.26º 0.67% 0.54% -
HSV(B) 100.26º 0.72% 0.85% -
XYZ 32.08 52.89 12.93 -
YUV 167.23 68.04 88.6 -
System Red Green Blue C M Y K H S L
Decimal 112 216 61 0.48 0 0.72 0.15 100.26 0.67 0.54
Hex 70 D8 3D 30 0 48 F 64 43 36
Octal 160 330 75 60 0 110 17 144 103 66
Binary 1110000 11011000 111101 110000 0 1001000 1111 1100100 1000011 110110

Color Harmonies of #70D83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D83D

Black with #70D83D

Text Example


Text Example

White with #70D83D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,216,61); }

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

background-color css

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

 a { background-color: rgb(112,216,61); }

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

border-color css

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

 span { border-color: rgb(112,216,61); }

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