Html Css Color HEX #70F381 Pastel Green

📋 copy color: '#70F381'

red 112 ◦ green 243 ◦ blue 129

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

Shades of Pastel Green #70F381

Tints of Pastel Green #70F381

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.21%

 BLUE value IS 129 (50.78% from 255) = 26.65%

R = 23.14%
G = 50.21%
B = 26.65%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#70F381 (or 0x70F381) is known color: Pastel Green. HEX triplet: 70, F3 and 81. RGB value is (112,243,129). Sum of RGB (Red+Green+Blue) = 112+243+129=484 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.14% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 129 (50.78% from 255 or 26.65% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #70F381 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F381 is #8F0C7E. Grayscale: #BFBFBF. Windows color (decimal): -9374847 or 8516464. OLE color: 8516464.

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

Color convert

RGB 112 243 129 -
CMYK 0.54 0 0.47 0.05
HSL 127.79º 0.85% 0.7% -
HSV(B) 127.79º 0.54% 0.95% -
XYZ 42.7 69.13 31.86 -
YUV 190.84 93.1 71.77 -
System Red Green Blue C M Y K H S L
Decimal 112 243 129 0.54 0 0.47 0.05 127.79 0.85 0.7
Hex 70 F3 81 36 0 2F 5 80 55 46
Octal 160 363 201 66 0 57 5 200 125 106
Binary 1110000 11110011 10000001 110110 0 101111 101 10000000 1010101 1000110

Color Harmonies of #70F381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F381

Black with #70F381

Text Example


Text Example

White with #70F381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,243,129); }

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

background-color css

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

 a { background-color: rgb(112,243,129); }

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

border-color css

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

 span { border-color: rgb(112,243,129); }

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