Html Css Color HEX #70F694 Light Green

📋 copy color: '#70F694'

red 112 ◦ green 246 ◦ blue 148

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

Shades of Light Green #70F694

Tints of Light Green #70F694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.25%

R = 22.13%
G = 48.62%
B = 29.25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#70F694 (or 0x70F694) is known color: Light Green. HEX triplet: 70, F6 and 94. RGB value is (112,246,148). Sum of RGB (Red+Green+Blue) = 112+246+148=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 246 (96.48% from 255 or 48.62% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 246 - color contains mainly: green. Hex color #70F694 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F694 is #8F096B. Grayscale: #C3C3C3. Windows color (decimal): -9374060 or 9762416. OLE color: 9762416.

HSL color Cylindrical-coordinate representation of color #70F694: hue angle of 136.12º 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 #70F694 is Cyan = 0.54, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 246 148 -
CMYK 0.54 0 0.40 0.04
HSL 136.12º 0.88% 0.7% -
HSV(B) 136.12º 0.54% 0.96% -
XYZ 44.98 71.49 39.45 -
YUV 194.76 101.61 68.97 -
System Red Green Blue C M Y K H S L
Decimal 112 246 148 0.54 0 0.40 0.04 136.12 0.88 0.7
Hex 70 F6 94 36 0 28 4 88 58 46
Octal 160 366 224 66 0 50 4 210 130 106
Binary 1110000 11110110 10010100 110110 0 101000 100 10001000 1011000 1000110

Color Harmonies of #70F694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F694

Black with #70F694

Text Example


Text Example

White with #70F694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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