Html Css Color HEX #70FB8B Light Green

📋 copy color: '#70FB8B'

red 112 ◦ green 251 ◦ blue 139

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

Shades of Light Green #70FB8B

Tints of Light Green #70FB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.69%

R = 22.31%
G = 50%
B = 27.69%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#70FB8B (or 0x70FB8B) is known color: Light Green. HEX triplet: 70, FB and 8B. RGB value is (112,251,139). Sum of RGB (Red+Green+Blue) = 112+251+139=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 251 (98.44% from 255 or 50% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 251 - color contains mainly: green. Hex color #70FB8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FB8B is #8F0474. Grayscale: #C4C4C4. Windows color (decimal): -9372789 or 9173872. OLE color: 9173872.

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

Color convert

RGB 112 251 139 -
CMYK 0.55 0 0.45 0.02
HSL 131.65º 0.95% 0.71% -
HSV(B) 131.65º 0.55% 0.98% -
XYZ 45.84 74.3 36.35 -
YUV 196.67 95.45 67.61 -
System Red Green Blue C M Y K H S L
Decimal 112 251 139 0.55 0 0.45 0.02 131.65 0.95 0.71
Hex 70 FB 8B 37 0 2D 2 84 5F 47
Octal 160 373 213 67 0 55 2 204 137 107
Binary 1110000 11111011 10001011 110111 0 101101 10 10000100 1011111 1000111

Color Harmonies of #70FB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70FB8B

Black with #70FB8B

Text Example


Text Example

White with #70FB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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