Html Css Color HEX #70E631 Yellow Green

📋 copy color: '#70E631'

red 112 ◦ green 230 ◦ blue 49

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

Shades of Yellow Green #70E631

Tints of Yellow Green #70E631

RGB

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

 GREEN value IS 230 (90.23% from 255) = 58.82%

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

R = 28.64%
G = 58.82%
B = 12.53%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#70E631 (or 0x70E631) is known color: Yellow Green. HEX triplet: 70, E6 and 31. RGB value is (112,230,49). Sum of RGB (Red+Green+Blue) = 112+230+49=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 230 (90.23% from 255 or 58.82% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 230 - color contains mainly: green. Hex color #70E631 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E631 is #8F19CE. Grayscale: #AEAEAE. Windows color (decimal): -9378255 or 3270256. OLE color: 3270256.

HSL color Cylindrical-coordinate representation of color #70E631: hue angle of 99.12º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70E631 is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 230 49 -
CMYK 0.51 0 0.79 0.10
HSL 99.12º 0.78% 0.55% -
HSV(B) 99.12º 0.79% 0.9% -
XYZ 35.53 60.26 12.66 -
YUV 174.08 57.41 83.72 -
System Red Green Blue C M Y K H S L
Decimal 112 230 49 0.51 0 0.79 0.10 99.12 0.78 0.55
Hex 70 E6 31 33 0 4F A 63 4E 37
Octal 160 346 61 63 0 117 12 143 116 67
Binary 1110000 11100110 110001 110011 0 1001111 1010 1100011 1001110 110111

Color Harmonies of #70E631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E631

Black with #70E631

Text Example


Text Example

White with #70E631

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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