Html Css Color HEX #70F98B Light Green

📋 copy color: '#70F98B'

red 112 ◦ green 249 ◦ blue 139

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

Shades of Light Green #70F98B

Tints of Light Green #70F98B

RGB

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

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

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

R = 22.4%
G = 49.8%
B = 27.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#70F98B (or 0x70F98B) is known color: Light Green. HEX triplet: 70, F9 and 8B. RGB value is (112,249,139). Sum of RGB (Red+Green+Blue) = 112+249+139=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #70F98B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F98B is #8F0674. Grayscale: #C3C3C3. Windows color (decimal): -9373301 or 9173360. OLE color: 9173360.

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

Color convert

RGB 112 249 139 -
CMYK 0.55 0 0.44 0.02
HSL 131.82º 0.92% 0.71% -
HSV(B) 131.82º 0.55% 0.98% -
XYZ 45.22 73.06 36.14 -
YUV 195.5 96.11 68.44 -
System Red Green Blue C M Y K H S L
Decimal 112 249 139 0.55 0 0.44 0.02 131.82 0.92 0.71
Hex 70 F9 8B 37 0 2C 2 84 5C 47
Octal 160 371 213 67 0 54 2 204 134 107
Binary 1110000 11111001 10001011 110111 0 101100 10 10000100 1011100 1000111

Color Harmonies of #70F98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F98B

Black with #70F98B

Text Example


Text Example

White with #70F98B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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