Html Css Color HEX #70F680 Pastel Green

📋 copy color: '#70F680'

red 112 ◦ green 246 ◦ blue 128

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

Shades of Pastel Green #70F680

Tints of Pastel Green #70F680

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.62%

 BLUE value IS 128 (50.39% from 255) = 26.34%

R = 23.05%
G = 50.62%
B = 26.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#70F680 (or 0x70F680) is known color: Pastel Green. HEX triplet: 70, F6 and 80. RGB value is (112,246,128). Sum of RGB (Red+Green+Blue) = 112+246+128=486 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.05% from 486); Green value is 246 (96.48% from 255 or 50.62% from 486); Blue value is 128 (50.39% from 255 or 26.34% from 486); Max value from RGB is 246 - color contains mainly: green. Hex color #70F680 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F680 is #8F097F. Grayscale: #C0C0C0. Windows color (decimal): -9374080 or 8451696. OLE color: 8451696.

HSL color Cylindrical-coordinate representation of color #70F680: hue angle of 127.16º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F680 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 112 246 128 -
CMYK 0.54 0 0.48 0.04
HSL 127.16º 0.88% 0.7% -
HSV(B) 127.16º 0.54% 0.96% -
XYZ 43.53 70.91 31.82 -
YUV 192.48 91.61 70.59 -
System Red Green Blue C M Y K H S L
Decimal 112 246 128 0.54 0 0.48 0.04 127.16 0.88 0.7
Hex 70 F6 80 36 0 30 4 7F 58 46
Octal 160 366 200 66 0 60 4 177 130 106
Binary 1110000 11110110 10000000 110110 0 110000 100 1111111 1011000 1000110

Color Harmonies of #70F680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F680

Black with #70F680

Text Example


Text Example

White with #70F680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,246,128); }

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

background-color css

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

 a { background-color: rgb(112,246,128); }

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

border-color css

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

 span { border-color: rgb(112,246,128); }

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