Html Css Color HEX #70F98D Light Green

📋 copy color: '#70F98D'

red 112 ◦ green 249 ◦ blue 141

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

Shades of Light Green #70F98D

Tints of Light Green #70F98D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.09%

R = 22.31%
G = 49.6%
B = 28.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.43

 K value IS 0.02

RGB Variations

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

Color information

#70F98D (or 0x70F98D) is known color: Light Green. HEX triplet: 70, F9 and 8D. RGB value is (112,249,141). Sum of RGB (Red+Green+Blue) = 112+249+141=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 249 (97.66% from 255 or 49.60% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 249 - color contains mainly: green. Hex color #70F98D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F98D is #8F0672. Grayscale: #C4C4C4. Windows color (decimal): -9373299 or 9304432. OLE color: 9304432.

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

Color convert

RGB 112 249 141 -
CMYK 0.55 0 0.43 0.02
HSL 132.7º 0.92% 0.71% -
HSV(B) 132.7º 0.55% 0.98% -
XYZ 45.37 73.12 36.92 -
YUV 195.73 97.11 68.28 -
System Red Green Blue C M Y K H S L
Decimal 112 249 141 0.55 0 0.43 0.02 132.7 0.92 0.71
Hex 70 F9 8D 37 0 2B 2 85 5C 47
Octal 160 371 215 67 0 53 2 205 134 107
Binary 1110000 11111001 10001101 110111 0 101011 10 10000101 1011100 1000111

Color Harmonies of #70F98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F98D

Black with #70F98D

Text Example


Text Example

White with #70F98D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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