Html Css Color HEX #70D83A Apple

📋 copy color: '#70D83A'

red 112 ◦ green 216 ◦ blue 58

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

Shades of Apple #70D83A

Tints of Apple #70D83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.03%

R = 29.02%
G = 55.96%
B = 15.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#70D83A (or 0x70D83A) is known color: Apple. HEX triplet: 70, D8 and 3A. RGB value is (112,216,58). Sum of RGB (Red+Green+Blue) = 112+216+58=386 (51% of max value = 765). Red value is 112 (44.14% from 255 or 29.02% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 58 (23.05% from 255 or 15.03% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #70D83A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D83A is #8F27C5. Grayscale: #A7A7A7. Windows color (decimal): -9381830 or 3856496. OLE color: 3856496.

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

Color convert

RGB 112 216 58 -
CMYK 0.48 0 0.73 0.15
HSL 99.49º 0.67% 0.54% -
HSV(B) 99.49º 0.73% 0.85% -
XYZ 32 52.86 12.52 -
YUV 166.89 66.54 88.85 -
System Red Green Blue C M Y K H S L
Decimal 112 216 58 0.48 0 0.73 0.15 99.49 0.67 0.54
Hex 70 D8 3A 30 0 49 F 63 43 36
Octal 160 330 72 60 0 111 17 143 103 66
Binary 1110000 11011000 111010 110000 0 1001001 1111 1100011 1000011 110110

Color Harmonies of #70D83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D83A

Black with #70D83A

Text Example


Text Example

White with #70D83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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