Html Css Color HEX #70E031 Apple

📋 copy color: '#70E031'

red 112 ◦ green 224 ◦ blue 49

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

Shades of Apple #70E031

Tints of Apple #70E031

RGB

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

 GREEN value IS 224 (87.89% from 255) = 58.18%

 BLUE value IS 49 (19.53% from 255) = 12.73%

R = 29.09%
G = 58.18%
B = 12.73%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#70E031 (or 0x70E031) is known color: Apple. HEX triplet: 70, E0 and 31. RGB value is (112,224,49). Sum of RGB (Red+Green+Blue) = 112+224+49=385 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.09% from 385); Green value is 224 (87.89% from 255 or 58.18% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 224 - color contains mainly: green. Hex color #70E031 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E031 is #8F1FCE. Grayscale: #ABABAB. Windows color (decimal): -9379791 or 3268720. OLE color: 3268720.

HSL color Cylindrical-coordinate representation of color #70E031: hue angle of 98.4º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #70E031 is Cyan = 0.50, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 224 49 -
CMYK 0.50 0 0.78 0.12
HSL 98.4º 0.74% 0.54% -
HSV(B) 98.4º 0.78% 0.88% -
XYZ 33.89 56.98 12.12 -
YUV 170.56 59.39 86.23 -
System Red Green Blue C M Y K H S L
Decimal 112 224 49 0.50 0 0.78 0.12 98.4 0.74 0.54
Hex 70 E0 31 32 0 4E C 62 4A 36
Octal 160 340 61 62 0 116 14 142 112 66
Binary 1110000 11100000 110001 110010 0 1001110 1100 1100010 1001010 110110

Color Harmonies of #70E031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E031

Black with #70E031

Text Example


Text Example

White with #70E031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,224,49); }

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

background-color css

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

 a { background-color: rgb(112,224,49); }

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

border-color css

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

 span { border-color: rgb(112,224,49); }

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