Html Css Color HEX #70F299 Light Green

📋 copy color: '#70F299'

red 112 ◦ green 242 ◦ blue 153

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

Shades of Light Green #70F299

Tints of Light Green #70F299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 30.18%

R = 22.09%
G = 47.73%
B = 30.18%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#70F299 (or 0x70F299) is known color: Light Green. HEX triplet: 70, F2 and 99. RGB value is (112,242,153). Sum of RGB (Red+Green+Blue) = 112+242+153=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #70F299 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F299 is #8F0D66. Grayscale: #C1C1C1. Windows color (decimal): -9375079 or 10089072. OLE color: 10089072.

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

Color convert

RGB 112 242 153 -
CMYK 0.54 0 0.37 0.05
HSL 138.92º 0.83% 0.69% -
HSV(B) 138.92º 0.54% 0.95% -
XYZ 44.18 69.25 41.17 -
YUV 192.98 105.43 70.24 -
System Red Green Blue C M Y K H S L
Decimal 112 242 153 0.54 0 0.37 0.05 138.92 0.83 0.69
Hex 70 F2 99 36 0 25 5 8B 53 45
Octal 160 362 231 66 0 45 5 213 123 105
Binary 1110000 11110010 10011001 110110 0 100101 101 10001011 1010011 1000101

Color Harmonies of #70F299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F299

Black with #70F299

Text Example


Text Example

White with #70F299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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