Html Css Color HEX #70F884 Pastel Green

📋 copy color: '#70F884'

red 112 ◦ green 248 ◦ blue 132

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

Shades of Pastel Green #70F884

Tints of Pastel Green #70F884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.83%

R = 22.76%
G = 50.41%
B = 26.83%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#70F884 (or 0x70F884) is known color: Pastel Green. HEX triplet: 70, F8 and 84. RGB value is (112,248,132). Sum of RGB (Red+Green+Blue) = 112+248+132=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 132 (51.95% from 255 or 26.83% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #70F884 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F884 is #8F077B. Grayscale: #C2C2C2. Windows color (decimal): -9373564 or 8714352. OLE color: 8714352.

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

Color convert

RGB 112 248 132 -
CMYK 0.55 0 0.47 0.03
HSL 128.82º 0.91% 0.71% -
HSV(B) 128.82º 0.55% 0.97% -
XYZ 44.41 72.25 33.43 -
YUV 194.11 92.94 69.43 -
System Red Green Blue C M Y K H S L
Decimal 112 248 132 0.55 0 0.47 0.03 128.82 0.91 0.71
Hex 70 F8 84 37 0 2F 3 81 5B 47
Octal 160 370 204 67 0 57 3 201 133 107
Binary 1110000 11111000 10000100 110111 0 101111 11 10000001 1011011 1000111

Color Harmonies of #70F884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F884

Black with #70F884

Text Example


Text Example

White with #70F884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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