Html Css Color HEX #70EF99 Light Green

📋 copy color: '#70EF99'

red 112 ◦ green 239 ◦ blue 153

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

Shades of Light Green #70EF99

Tints of Light Green #70EF99

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.42%

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

R = 22.22%
G = 47.42%
B = 30.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#70EF99 (or 0x70EF99) is known color: Light Green. HEX triplet: 70, EF and 99. RGB value is (112,239,153). Sum of RGB (Red+Green+Blue) = 112+239+153=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #70EF99 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EF99 is #8F1066. Grayscale: #BFBFBF. Windows color (decimal): -9375847 or 10088304. OLE color: 10088304.

HSL color Cylindrical-coordinate representation of color #70EF99: hue angle of 139.37º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EF99 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 239 153 -
CMYK 0.53 0 0.36 0.06
HSL 139.37º 0.8% 0.69% -
HSV(B) 139.37º 0.53% 0.94% -
XYZ 43.3 67.48 40.88 -
YUV 191.22 106.42 71.49 -
System Red Green Blue C M Y K H S L
Decimal 112 239 153 0.53 0 0.36 0.06 139.37 0.8 0.69
Hex 70 EF 99 35 0 24 6 8B 50 45
Octal 160 357 231 65 0 44 6 213 120 105
Binary 1110000 11101111 10011001 110101 0 100100 110 10001011 1010000 1000101

Color Harmonies of #70EF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EF99

Black with #70EF99

Text Example


Text Example

White with #70EF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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