Html Css Color HEX #70FE90 Light Green

📋 copy color: '#70FE90'

red 112 ◦ green 254 ◦ blue 144

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

Shades of Light Green #70FE90

Tints of Light Green #70FE90

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.8%

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

R = 21.96%
G = 49.8%
B = 28.24%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#70FE90 (or 0x70FE90) is known color: Light Green. HEX triplet: 70, FE and 90. RGB value is (112,254,144). Sum of RGB (Red+Green+Blue) = 112+254+144=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #70FE90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FE90 is #8F016F. Grayscale: #C7C7C7. Windows color (decimal): -9372016 or 9502320. OLE color: 9502320.

HSL color Cylindrical-coordinate representation of color #70FE90: hue angle of 133.52º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FE90 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB 112 254 144 -
CMYK 0.56 0 0.43 0.00
HSL 133.52º 0.99% 0.72% -
HSV(B) 133.52º 0.56% 1% -
XYZ 47.16 76.34 38.64 -
YUV 199 96.96 65.94 -
System Red Green Blue C M Y K H S L
Decimal 112 254 144 0.56 0 0.43 0.00 133.52 0.99 0.72
Hex 70 FE 90 38 0 2B 0 86 63 48
Octal 160 376 220 70 0 53 0 206 143 110
Binary 1110000 11111110 10010000 111000 0 101011 0 10000110 1100011 1001000

Color Harmonies of #70FE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FE90

Black with #70FE90

Text Example


Text Example

White with #70FE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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