Html Css Color HEX #70FB90 Light Green

📋 copy color: '#70FB90'

red 112 ◦ green 251 ◦ blue 144

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

Shades of Light Green #70FB90

Tints of Light Green #70FB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.4%

R = 22.09%
G = 49.51%
B = 28.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#70FB90 (or 0x70FB90) is known color: Light Green. HEX triplet: 70, FB and 90. RGB value is (112,251,144). Sum of RGB (Red+Green+Blue) = 112+251+144=507 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.09% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #70FB90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FB90 is #8F046F. Grayscale: #C5C5C5. Windows color (decimal): -9372784 or 9501552. OLE color: 9501552.

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

Color convert

RGB 112 251 144 -
CMYK 0.55 0 0.43 0.02
HSL 133.81º 0.95% 0.71% -
HSV(B) 133.81º 0.55% 0.98% -
XYZ 46.21 74.45 38.32 -
YUV 197.24 97.95 67.2 -
System Red Green Blue C M Y K H S L
Decimal 112 251 144 0.55 0 0.43 0.02 133.81 0.95 0.71
Hex 70 FB 90 37 0 2B 2 86 5F 47
Octal 160 373 220 67 0 53 2 206 137 107
Binary 1110000 11111011 10010000 110111 0 101011 10 10000110 1011111 1000111

Color Harmonies of #70FB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FB90

Black with #70FB90

Text Example


Text Example

White with #70FB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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