Html Css Color HEX #70F08D Pastel Green

📋 copy color: '#70F08D'

red 112 ◦ green 240 ◦ blue 141

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

Shades of Pastel Green #70F08D

Tints of Pastel Green #70F08D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.68%

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

R = 22.72%
G = 48.68%
B = 28.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#70F08D (or 0x70F08D) is known color: Pastel Green. HEX triplet: 70, F0 and 8D. RGB value is (112,240,141). Sum of RGB (Red+Green+Blue) = 112+240+141=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #70F08D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F08D is #8F0F72. Grayscale: #BEBEBE. Windows color (decimal): -9375603 or 9302128. OLE color: 9302128.

HSL color Cylindrical-coordinate representation of color #70F08D: hue angle of 133.59º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70F08D is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 240 141 -
CMYK 0.53 0 0.41 0.06
HSL 133.59º 0.81% 0.69% -
HSV(B) 133.59º 0.53% 0.94% -
XYZ 42.65 67.69 36.02 -
YUV 190.44 100.09 72.05 -
System Red Green Blue C M Y K H S L
Decimal 112 240 141 0.53 0 0.41 0.06 133.59 0.81 0.69
Hex 70 F0 8D 35 0 29 6 86 51 45
Octal 160 360 215 65 0 51 6 206 121 105
Binary 1110000 11110000 10001101 110101 0 101001 110 10000110 1010001 1000101

Color Harmonies of #70F08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F08D

Black with #70F08D

Text Example


Text Example

White with #70F08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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