Html Css Color HEX #70F882 Pastel Green

📋 copy color: '#70F882'

red 112 ◦ green 248 ◦ blue 130

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

Shades of Pastel Green #70F882

Tints of Pastel Green #70F882

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.61%

 BLUE value IS 130 (51.17% from 255) = 26.53%

R = 22.86%
G = 50.61%
B = 26.53%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#70F882 (or 0x70F882) is known color: Pastel Green. HEX triplet: 70, F8 and 82. RGB value is (112,248,130). Sum of RGB (Red+Green+Blue) = 112+248+130=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 248 (97.27% from 255 or 50.61% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 248 - color contains mainly: green. Hex color #70F882 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F882 is #8F077D. Grayscale: #C2C2C2. Windows color (decimal): -9373566 or 8583280. OLE color: 8583280.

HSL color Cylindrical-coordinate representation of color #70F882: hue angle of 127.94º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70F882 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 112 248 130 -
CMYK 0.55 0 0.48 0.03
HSL 127.94º 0.91% 0.71% -
HSV(B) 127.94º 0.55% 0.97% -
XYZ 44.28 72.19 32.72 -
YUV 193.88 91.94 69.59 -
System Red Green Blue C M Y K H S L
Decimal 112 248 130 0.55 0 0.48 0.03 127.94 0.91 0.71
Hex 70 F8 82 37 0 30 3 80 5B 47
Octal 160 370 202 67 0 60 3 200 133 107
Binary 1110000 11111000 10000010 110111 0 110000 11 10000000 1011011 1000111

Color Harmonies of #70F882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F882

Black with #70F882

Text Example


Text Example

White with #70F882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,248,130); }

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

background-color css

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

 a { background-color: rgb(112,248,130); }

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

border-color css

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

 span { border-color: rgb(112,248,130); }

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