Html Css Color HEX #70FB99 Light Green

📋 copy color: '#70FB99'

red 112 ◦ green 251 ◦ blue 153

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

Shades of Light Green #70FB99

Tints of Light Green #70FB99

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.64%

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

R = 21.71%
G = 48.64%
B = 29.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#70FB99 (or 0x70FB99) is known color: Light Green. HEX triplet: 70, FB and 99. RGB value is (112,251,153). Sum of RGB (Red+Green+Blue) = 112+251+153=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 251 (98.44% from 255 or 48.64% from 516); Blue value is 153 (60.16% from 255 or 29.65% from 516); Max value from RGB is 251 - color contains mainly: green. Hex color #70FB99 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FB99 is #8F0466. Grayscale: #C6C6C6. Windows color (decimal): -9372775 or 10091376. OLE color: 10091376.

HSL color Cylindrical-coordinate representation of color #70FB99: hue angle of 137.7º degrees, saturation: 0.95, 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 #70FB99 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 251 153 -
CMYK 0.55 0 0.39 0.02
HSL 137.7º 0.95% 0.71% -
HSV(B) 137.7º 0.55% 0.98% -
XYZ 46.93 74.74 42.09 -
YUV 198.27 102.45 66.47 -
System Red Green Blue C M Y K H S L
Decimal 112 251 153 0.55 0 0.39 0.02 137.7 0.95 0.71
Hex 70 FB 99 37 0 27 2 8A 5F 47
Octal 160 373 231 67 0 47 2 212 137 107
Binary 1110000 11111011 10011001 110111 0 100111 10 10001010 1011111 1000111

Color Harmonies of #70FB99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FB99

Black with #70FB99

Text Example


Text Example

White with #70FB99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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