Html Css Color HEX #70F07F Pastel Green

📋 copy color: '#70F07F'

red 112 ◦ green 240 ◦ blue 127

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

Shades of Pastel Green #70F07F

Tints of Pastel Green #70F07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.51%

R = 23.38%
G = 50.1%
B = 26.51%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#70F07F (or 0x70F07F) is known color: Pastel Green. HEX triplet: 70, F0 and 7F. RGB value is (112,240,127). Sum of RGB (Red+Green+Blue) = 112+240+127=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #70F07F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70F07F is #8F0F80. Grayscale: #BDBDBD. Windows color (decimal): -9375617 or 8384624. OLE color: 8384624.

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

Color convert

RGB 112 240 127 -
CMYK 0.53 0 0.47 0.06
HSL 127.03º 0.81% 0.69% -
HSV(B) 127.03º 0.53% 0.94% -
XYZ 41.67 67.3 30.87 -
YUV 188.85 93.09 73.19 -
System Red Green Blue C M Y K H S L
Decimal 112 240 127 0.53 0 0.47 0.06 127.03 0.81 0.69
Hex 70 F0 7F 35 0 2F 6 7F 51 45
Octal 160 360 177 65 0 57 6 177 121 105
Binary 1110000 11110000 1111111 110101 0 101111 110 1111111 1010001 1000101

Color Harmonies of #70F07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F07F

Black with #70F07F

Text Example


Text Example

White with #70F07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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