Html Css Color HEX #70F18B Pastel Green

📋 copy color: '#70F18B'

red 112 ◦ green 241 ◦ blue 139

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

Shades of Pastel Green #70F18B

Tints of Pastel Green #70F18B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.98%

 BLUE value IS 139 (54.69% from 255) = 28.25%

R = 22.76%
G = 48.98%
B = 28.25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#70F18B (or 0x70F18B) is known color: Pastel Green. HEX triplet: 70, F1 and 8B. RGB value is (112,241,139). Sum of RGB (Red+Green+Blue) = 112+241+139=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #70F18B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F18B is #8F0E74. Grayscale: #BFBFBF. Windows color (decimal): -9375349 or 9171312. OLE color: 9171312.

HSL color Cylindrical-coordinate representation of color #70F18B: hue angle of 132.56º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F18B is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 241 139 -
CMYK 0.54 0 0.42 0.05
HSL 132.56º 0.82% 0.69% -
HSV(B) 132.56º 0.54% 0.95% -
XYZ 42.8 68.22 35.34 -
YUV 190.8 98.76 71.79 -
System Red Green Blue C M Y K H S L
Decimal 112 241 139 0.54 0 0.42 0.05 132.56 0.82 0.69
Hex 70 F1 8B 36 0 2A 5 85 52 45
Octal 160 361 213 66 0 52 5 205 122 105
Binary 1110000 11110001 10001011 110110 0 101010 101 10000101 1010010 1000101

Color Harmonies of #70F18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F18B

Black with #70F18B

Text Example


Text Example

White with #70F18B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,241,139); }

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

background-color css

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

 a { background-color: rgb(112,241,139); }

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

border-color css

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

 span { border-color: rgb(112,241,139); }

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