Html Css Color HEX #70F380 Pastel Green

📋 copy color: '#70F380'

red 112 ◦ green 243 ◦ blue 128

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

Shades of Pastel Green #70F380

Tints of Pastel Green #70F380

RGB

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

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

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

R = 23.19%
G = 50.31%
B = 26.5%

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

#70F380 (or 0x70F380) is known color: Pastel Green. HEX triplet: 70, F3 and 80. RGB value is (112,243,128). Sum of RGB (Red+Green+Blue) = 112+243+128=483 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.19% from 483); Green value is 243 (95.31% from 255 or 50.31% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 243 - color contains mainly: green. Hex color #70F380 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F380 is #8F0C7F. Grayscale: #BFBFBF. Windows color (decimal): -9374848 or 8450928. OLE color: 8450928.

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

Color convert

RGB 112 243 128 -
CMYK 0.54 0 0.47 0.05
HSL 127.33º 0.85% 0.7% -
HSV(B) 127.33º 0.54% 0.95% -
XYZ 42.63 69.1 31.51 -
YUV 190.72 92.6 71.85 -
System Red Green Blue C M Y K H S L
Decimal 112 243 128 0.54 0 0.47 0.05 127.33 0.85 0.7
Hex 70 F3 80 36 0 2F 5 7F 55 46
Octal 160 363 200 66 0 57 5 177 125 106
Binary 1110000 11110011 10000000 110110 0 101111 101 1111111 1010101 1000110

Color Harmonies of #70F380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70F380

Black with #70F380

Text Example


Text Example

White with #70F380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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