Html Css Color HEX #70D833 Apple

📋 copy color: '#70D833'

red 112 ◦ green 216 ◦ blue 51

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

Shades of Apple #70D833

Tints of Apple #70D833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.46%

R = 29.55%
G = 56.99%
B = 13.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#70D833 (or 0x70D833) is known color: Apple. HEX triplet: 70, D8 and 33. RGB value is (112,216,51). Sum of RGB (Red+Green+Blue) = 112+216+51=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 216 (84.77% from 255 or 56.99% from 379); Blue value is 51 (20.31% from 255 or 13.46% from 379); Max value from RGB is 216 - color contains mainly: green. Hex color #70D833 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D833 is #8F27CC. Grayscale: #A6A6A6. Windows color (decimal): -9381837 or 3397744. OLE color: 3397744.

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

Color convert

RGB 112 216 51 -
CMYK 0.48 0 0.76 0.15
HSL 97.82º 0.68% 0.52% -
HSV(B) 97.82º 0.76% 0.85% -
XYZ 31.84 52.8 11.64 -
YUV 166.09 63.04 89.42 -
System Red Green Blue C M Y K H S L
Decimal 112 216 51 0.48 0 0.76 0.15 97.82 0.68 0.52
Hex 70 D8 33 30 0 4C F 62 44 34
Octal 160 330 63 60 0 114 17 142 104 64
Binary 1110000 11011000 110011 110000 0 1001100 1111 1100010 1000100 110100

Color Harmonies of #70D833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D833

Black with #70D833

Text Example


Text Example

White with #70D833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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