Html Css Color HEX #70F07E Pastel Green

📋 copy color: '#70F07E'

red 112 ◦ green 240 ◦ blue 126

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

Shades of Pastel Green #70F07E

Tints of Pastel Green #70F07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.36%

R = 23.43%
G = 50.21%
B = 26.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#70F07E (or 0x70F07E) is known color: Pastel Green. HEX triplet: 70, F0 and 7E. RGB value is (112,240,126). Sum of RGB (Red+Green+Blue) = 112+240+126=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #70F07E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F07E is #8F0F81. Grayscale: #BDBDBD. Windows color (decimal): -9375618 or 8319088. OLE color: 8319088.

HSL color Cylindrical-coordinate representation of color #70F07E: hue angle of 126.56º 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 #70F07E is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 112 240 126 -
CMYK 0.53 0 0.48 0.06
HSL 126.56º 0.81% 0.69% -
HSV(B) 126.56º 0.53% 0.94% -
XYZ 41.61 67.27 30.53 -
YUV 188.73 92.59 73.27 -
System Red Green Blue C M Y K H S L
Decimal 112 240 126 0.53 0 0.48 0.06 126.56 0.81 0.69
Hex 70 F0 7E 35 0 30 6 7F 51 45
Octal 160 360 176 65 0 60 6 177 121 105
Binary 1110000 11110000 1111110 110101 0 110000 110 1111111 1010001 1000101

Color Harmonies of #70F07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F07E

Black with #70F07E

Text Example


Text Example

White with #70F07E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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