Html Css Color HEX #70EA99 Light Green

📋 copy color: '#70EA99'

red 112 ◦ green 234 ◦ blue 153

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

Shades of Light Green #70EA99

Tints of Light Green #70EA99

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.89%

 BLUE value IS 153 (60.16% from 255) = 30.66%

R = 22.44%
G = 46.89%
B = 30.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.35

 K value IS 0.08

RGB Variations

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

Color information

#70EA99 (or 0x70EA99) is known color: Light Green. HEX triplet: 70, EA and 99. RGB value is (112,234,153). Sum of RGB (Red+Green+Blue) = 112+234+153=499 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.44% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #70EA99 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EA99 is #8F1566. Grayscale: #BCBCBC. Windows color (decimal): -9377127 or 10087024. OLE color: 10087024.

HSL color Cylindrical-coordinate representation of color #70EA99: hue angle of 140.16º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EA99 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 234 153 -
CMYK 0.52 0 0.35 0.08
HSL 140.16º 0.74% 0.68% -
HSV(B) 140.16º 0.52% 0.92% -
XYZ 41.85 64.59 40.4 -
YUV 188.29 108.08 73.59 -
System Red Green Blue C M Y K H S L
Decimal 112 234 153 0.52 0 0.35 0.08 140.16 0.74 0.68
Hex 70 EA 99 34 0 23 8 8C 4A 44
Octal 160 352 231 64 0 43 10 214 112 104
Binary 1110000 11101010 10011001 110100 0 100011 1000 10001100 1001010 1000100

Color Harmonies of #70EA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EA99

Black with #70EA99

Text Example


Text Example

White with #70EA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,234,153); }

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

background-color css

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

 a { background-color: rgb(112,234,153); }

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

border-color css

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

 span { border-color: rgb(112,234,153); }

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