Html Css Color HEX #70FE95 Light Green

📋 copy color: '#70FE95'

red 112 ◦ green 254 ◦ blue 149

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

Shades of Light Green #70FE95

Tints of Light Green #70FE95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.93%

R = 21.75%
G = 49.32%
B = 28.93%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#70FE95 (or 0x70FE95) is known color: Light Green. HEX triplet: 70, FE and 95. RGB value is (112,254,149). Sum of RGB (Red+Green+Blue) = 112+254+149=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #70FE95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FE95 is #8F016A. Grayscale: #C7C7C7. Windows color (decimal): -9372011 or 9830000. OLE color: 9830000.

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

Color convert

RGB 112 254 149 -
CMYK 0.56 0 0.41 0.00
HSL 135.63º 0.99% 0.72% -
HSV(B) 135.63º 0.56% 1% -
XYZ 47.55 76.5 40.69 -
YUV 199.57 99.46 65.54 -
System Red Green Blue C M Y K H S L
Decimal 112 254 149 0.56 0 0.41 0.00 135.63 0.99 0.72
Hex 70 FE 95 38 0 29 0 88 63 48
Octal 160 376 225 70 0 51 0 210 143 110
Binary 1110000 11111110 10010101 111000 0 101001 0 10001000 1100011 1001000

Color Harmonies of #70FE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FE95

Black with #70FE95

Text Example


Text Example

White with #70FE95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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