Html Css Color HEX #70EE93 Light Green

📋 copy color: '#70EE93'

red 112 ◦ green 238 ◦ blue 147

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

Shades of Light Green #70EE93

Tints of Light Green #70EE93

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.89%

 BLUE value IS 147 (57.81% from 255) = 29.58%

R = 22.54%
G = 47.89%
B = 29.58%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#70EE93 (or 0x70EE93) is known color: Light Green. HEX triplet: 70, EE and 93. RGB value is (112,238,147). Sum of RGB (Red+Green+Blue) = 112+238+147=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EE93 is #8F116C. Grayscale: #BEBEBE. Windows color (decimal): -9376109 or 9694832. OLE color: 9694832.

HSL color Cylindrical-coordinate representation of color #70EE93: hue angle of 136.67º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EE93 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 238 147 -
CMYK 0.53 0 0.38 0.07
HSL 136.67º 0.79% 0.69% -
HSV(B) 136.67º 0.53% 0.93% -
XYZ 42.52 66.7 38.24 -
YUV 189.95 103.76 72.4 -
System Red Green Blue C M Y K H S L
Decimal 112 238 147 0.53 0 0.38 0.07 136.67 0.79 0.69
Hex 70 EE 93 35 0 26 7 89 4F 45
Octal 160 356 223 65 0 46 7 211 117 105
Binary 1110000 11101110 10010011 110101 0 100110 111 10001001 1001111 1000101

Color Harmonies of #70EE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EE93

Black with #70EE93

Text Example


Text Example

White with #70EE93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,238,147); }

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

background-color css

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

 a { background-color: rgb(112,238,147); }

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

border-color css

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

 span { border-color: rgb(112,238,147); }

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