Html Css Color HEX #70F295 Light Green

📋 copy color: '#70F295'

red 112 ◦ green 242 ◦ blue 149

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

Shades of Light Green #70F295

Tints of Light Green #70F295

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.11%

 BLUE value IS 149 (58.59% from 255) = 29.62%

R = 22.27%
G = 48.11%
B = 29.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#70F295 (or 0x70F295) is known color: Light Green. HEX triplet: 70, F2 and 95. RGB value is (112,242,149). Sum of RGB (Red+Green+Blue) = 112+242+149=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #70F295 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F295 is #8F0D6A. Grayscale: #C0C0C0. Windows color (decimal): -9375083 or 9826928. OLE color: 9826928.

HSL color Cylindrical-coordinate representation of color #70F295: hue angle of 137.08º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F295 is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 242 149 -
CMYK 0.54 0 0.38 0.05
HSL 137.08º 0.83% 0.69% -
HSV(B) 137.08º 0.54% 0.95% -
XYZ 43.86 69.12 39.46 -
YUV 192.53 103.43 70.56 -
System Red Green Blue C M Y K H S L
Decimal 112 242 149 0.54 0 0.38 0.05 137.08 0.83 0.69
Hex 70 F2 95 36 0 26 5 89 53 45
Octal 160 362 225 66 0 46 5 211 123 105
Binary 1110000 11110010 10010101 110110 0 100110 101 10001001 1010011 1000101

Color Harmonies of #70F295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F295

Black with #70F295

Text Example


Text Example

White with #70F295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,242,149); }

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

background-color css

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

 a { background-color: rgb(112,242,149); }

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

border-color css

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

 span { border-color: rgb(112,242,149); }

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