Html Css Color HEX #70D830 Apple

📋 copy color: '#70D830'

red 112 ◦ green 216 ◦ blue 48

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

Shades of Apple #70D830

Tints of Apple #70D830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.77%

R = 29.79%
G = 57.45%
B = 12.77%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#70D830 (or 0x70D830) is known color: Apple. HEX triplet: 70, D8 and 30. RGB value is (112,216,48). Sum of RGB (Red+Green+Blue) = 112+216+48=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 216 (84.77% from 255 or 57.45% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 216 - color contains mainly: green. Hex color #70D830 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D830 is #8F27CF. Grayscale: #A6A6A6. Windows color (decimal): -9381840 or 3201136. OLE color: 3201136.

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

Color convert

RGB 112 216 48 -
CMYK 0.48 0 0.78 0.15
HSL 97.14º 0.68% 0.52% -
HSV(B) 97.14º 0.78% 0.85% -
XYZ 31.77 52.77 11.31 -
YUV 165.75 61.54 89.66 -
System Red Green Blue C M Y K H S L
Decimal 112 216 48 0.48 0 0.78 0.15 97.14 0.68 0.52
Hex 70 D8 30 30 0 4E F 61 44 34
Octal 160 330 60 60 0 116 17 141 104 64
Binary 1110000 11011000 110000 110000 0 1001110 1111 1100001 1000100 110100

Color Harmonies of #70D830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D830

Black with #70D830

Text Example


Text Example

White with #70D830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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