Html Css Color HEX #70F992 Light Green

📋 copy color: '#70F992'

red 112 ◦ green 249 ◦ blue 146

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

Shades of Light Green #70F992

Tints of Light Green #70F992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.8%

R = 22.09%
G = 49.11%
B = 28.8%

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

#70F992 (or 0x70F992) is known color: Light Green. HEX triplet: 70, F9 and 92. RGB value is (112,249,146). Sum of RGB (Red+Green+Blue) = 112+249+146=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #70F992 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F992 is #8F066D. Grayscale: #C4C4C4. Windows color (decimal): -9373294 or 9632112. OLE color: 9632112.

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

Color convert

RGB 112 249 146 -
CMYK 0.55 0 0.41 0.02
HSL 134.89º 0.92% 0.71% -
HSV(B) 134.89º 0.55% 0.98% -
XYZ 45.75 73.27 38.93 -
YUV 196.3 99.61 67.88 -
System Red Green Blue C M Y K H S L
Decimal 112 249 146 0.55 0 0.41 0.02 134.89 0.92 0.71
Hex 70 F9 92 37 0 29 2 87 5C 47
Octal 160 371 222 67 0 51 2 207 134 107
Binary 1110000 11111001 10010010 110111 0 101001 10 10000111 1011100 1000111

Color Harmonies of #70F992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F992

Black with #70F992

Text Example


Text Example

White with #70F992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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