Html Css Color HEX #70FA94 Light Green

📋 copy color: '#70FA94'

red 112 ◦ green 250 ◦ blue 148

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

Shades of Light Green #70FA94

Tints of Light Green #70FA94

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.02%

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

R = 21.96%
G = 49.02%
B = 29.02%

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

#70FA94 (or 0x70FA94) is known color: Light Green. HEX triplet: 70, FA and 94. RGB value is (112,250,148). Sum of RGB (Red+Green+Blue) = 112+250+148=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #70FA94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FA94 is #8F056B. Grayscale: #C5C5C5. Windows color (decimal): -9373036 or 9763440. OLE color: 9763440.

HSL color Cylindrical-coordinate representation of color #70FA94: hue angle of 135.65º degrees, saturation: 0.93, 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 #70FA94 is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 250 148 -
CMYK 0.55 0 0.41 0.02
HSL 135.65º 0.93% 0.71% -
HSV(B) 135.65º 0.55% 0.98% -
XYZ 46.21 73.95 39.86 -
YUV 197.11 100.28 67.29 -
System Red Green Blue C M Y K H S L
Decimal 112 250 148 0.55 0 0.41 0.02 135.65 0.93 0.71
Hex 70 FA 94 37 0 29 2 88 5D 47
Octal 160 372 224 67 0 51 2 210 135 107
Binary 1110000 11111010 10010100 110111 0 101001 10 10001000 1011101 1000111

Color Harmonies of #70FA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FA94

Black with #70FA94

Text Example


Text Example

White with #70FA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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