Html Css Color HEX #70F99B Light Green

📋 copy color: '#70F99B'

red 112 ◦ green 249 ◦ blue 155

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

Shades of Light Green #70F99B

Tints of Light Green #70F99B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.26%

 BLUE value IS 155 (60.94% from 255) = 30.04%

R = 21.71%
G = 48.26%
B = 30.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#70F99B (or 0x70F99B) is known color: Light Green. HEX triplet: 70, F9 and 9B. RGB value is (112,249,155). Sum of RGB (Red+Green+Blue) = 112+249+155=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #70F99B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F99B is #8F0664. Grayscale: #C5C5C5. Windows color (decimal): -9373285 or 10221936. OLE color: 10221936.

HSL color Cylindrical-coordinate representation of color #70F99B: hue angle of 138.83º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F99B is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 249 155 -
CMYK 0.55 0 0.38 0.02
HSL 138.83º 0.92% 0.71% -
HSV(B) 138.83º 0.55% 0.98% -
XYZ 46.47 73.56 42.76 -
YUV 197.32 104.11 67.14 -
System Red Green Blue C M Y K H S L
Decimal 112 249 155 0.55 0 0.38 0.02 138.83 0.92 0.71
Hex 70 F9 9B 37 0 26 2 8B 5C 47
Octal 160 371 233 67 0 46 2 213 134 107
Binary 1110000 11111001 10011011 110111 0 100110 10 10001011 1011100 1000111

Color Harmonies of #70F99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F99B

Black with #70F99B

Text Example


Text Example

White with #70F99B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,249,155); }

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

background-color css

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

 a { background-color: rgb(112,249,155); }

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

border-color css

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

 span { border-color: rgb(112,249,155); }

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