Html Css Color HEX #70F68E Light Green

📋 copy color: '#70F68E'

red 112 ◦ green 246 ◦ blue 142

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

Shades of Light Green #70F68E

Tints of Light Green #70F68E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.2%

 BLUE value IS 142 (55.86% from 255) = 28.4%

R = 22.4%
G = 49.2%
B = 28.4%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#70F68E (or 0x70F68E) is known color: Light Green. HEX triplet: 70, F6 and 8E. RGB value is (112,246,142). Sum of RGB (Red+Green+Blue) = 112+246+142=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #70F68E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F68E is #8F0971. Grayscale: #C2C2C2. Windows color (decimal): -9374066 or 9369200. OLE color: 9369200.

HSL color Cylindrical-coordinate representation of color #70F68E: hue angle of 133.43º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F68E is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 246 142 -
CMYK 0.54 0 0.42 0.04
HSL 133.43º 0.88% 0.7% -
HSV(B) 133.43º 0.54% 0.96% -
XYZ 44.52 71.31 37.01 -
YUV 194.08 98.61 69.46 -
System Red Green Blue C M Y K H S L
Decimal 112 246 142 0.54 0 0.42 0.04 133.43 0.88 0.7
Hex 70 F6 8E 36 0 2A 4 85 58 46
Octal 160 366 216 66 0 52 4 205 130 106
Binary 1110000 11110110 10001110 110110 0 101010 100 10000101 1011000 1000110

Color Harmonies of #70F68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F68E

Black with #70F68E

Text Example


Text Example

White with #70F68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,246,142); }

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

background-color css

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

 a { background-color: rgb(112,246,142); }

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

border-color css

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

 span { border-color: rgb(112,246,142); }

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