Html Css Color HEX #70FB96 Light Green

📋 copy color: '#70FB96'

red 112 ◦ green 251 ◦ blue 150

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

Shades of Light Green #70FB96

Tints of Light Green #70FB96

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.93%

 BLUE value IS 150 (58.98% from 255) = 29.24%

R = 21.83%
G = 48.93%
B = 29.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.40

 K value IS 0.02

RGB Variations

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

Color information

#70FB96 (or 0x70FB96) is known color: Light Green. HEX triplet: 70, FB and 96. RGB value is (112,251,150). Sum of RGB (Red+Green+Blue) = 112+251+150=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 251 - color contains mainly: green. Hex color #70FB96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FB96 is #8F0469. Grayscale: #C6C6C6. Windows color (decimal): -9372778 or 9894768. OLE color: 9894768.

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

Color convert

RGB 112 251 150 -
CMYK 0.55 0 0.40 0.02
HSL 136.4º 0.95% 0.71% -
HSV(B) 136.4º 0.55% 0.98% -
XYZ 46.68 74.64 40.8 -
YUV 197.93 100.95 66.71 -
System Red Green Blue C M Y K H S L
Decimal 112 251 150 0.55 0 0.40 0.02 136.4 0.95 0.71
Hex 70 FB 96 37 0 28 2 88 5F 47
Octal 160 373 226 67 0 50 2 210 137 107
Binary 1110000 11111011 10010110 110111 0 101000 10 10001000 1011111 1000111

Color Harmonies of #70FB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FB96

Black with #70FB96

Text Example


Text Example

White with #70FB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,251,150); }

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

background-color css

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

 a { background-color: rgb(112,251,150); }

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

border-color css

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

 span { border-color: rgb(112,251,150); }

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