Html Css Color HEX #70F994 Light Green

📋 copy color: '#70F994'

red 112 ◦ green 249 ◦ blue 148

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

Shades of Light Green #70F994

Tints of Light Green #70F994

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.92%

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

R = 22%
G = 48.92%
B = 29.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#70F994 (or 0x70F994) is known color: Light Green. HEX triplet: 70, F9 and 94. RGB value is (112,249,148). Sum of RGB (Red+Green+Blue) = 112+249+148=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 249 (97.66% from 255 or 48.92% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 249 - color contains mainly: green. Hex color #70F994 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F994 is #8F066B. Grayscale: #C4C4C4. Windows color (decimal): -9373292 or 9763184. OLE color: 9763184.

HSL color Cylindrical-coordinate representation of color #70F994: hue angle of 135.77º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F994 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 249 148 -
CMYK 0.55 0 0.41 0.02
HSL 135.77º 0.92% 0.71% -
HSV(B) 135.77º 0.55% 0.98% -
XYZ 45.9 73.33 39.75 -
YUV 196.52 100.61 67.71 -
System Red Green Blue C M Y K H S L
Decimal 112 249 148 0.55 0 0.41 0.02 135.77 0.92 0.71
Hex 70 F9 94 37 0 29 2 88 5C 47
Octal 160 371 224 67 0 51 2 210 134 107
Binary 1110000 11111001 10010100 110111 0 101001 10 10001000 1011100 1000111

Color Harmonies of #70F994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F994

Black with #70F994

Text Example


Text Example

White with #70F994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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