Html Css Color HEX #70FF8D Light Green

📋 copy color: '#70FF8D'

red 112 ◦ green 255 ◦ blue 141

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

Shades of Light Green #70FF8D

Tints of Light Green #70FF8D

RGB

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

 GREEN value IS 255 (100% from 255) = 50.2%

 BLUE value IS 141 (55.47% from 255) = 27.76%

R = 22.05%
G = 50.2%
B = 27.76%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0

RGB Variations

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

Color information

#70FF8D (or 0x70FF8D) is known color: Light Green. HEX triplet: 70, FF and 8D. RGB value is (112,255,141). Sum of RGB (Red+Green+Blue) = 112+255+141=508 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.05% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FF8D is #8F0072. Grayscale: #C7C7C7. Windows color (decimal): -9371763 or 9305968. OLE color: 9305968.

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

Color convert

RGB 112 255 141 -
CMYK 0.56 0 0.45 0
HSL 132.17º 1% 0.72% -
HSV(B) 132.17º 0.56% 1% -
XYZ 47.25 76.89 37.55 -
YUV 199.25 95.12 65.77 -
System Red Green Blue C M Y K H S L
Decimal 112 255 141 0.56 0 0.45 0 132.17 1 0.72
Hex 70 FF 8D 38 0 2D 0 84 64 48
Octal 160 377 215 70 0 55 0 204 144 110
Binary 1110000 11111111 10001101 111000 0 101101 0 10000100 1100100 1001000

Color Harmonies of #70FF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FF8D

Black with #70FF8D

Text Example


Text Example

White with #70FF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,255,141); }

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

background-color css

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

 a { background-color: rgb(112,255,141); }

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

border-color css

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

 span { border-color: rgb(112,255,141); }

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