Html Css Color HEX #70DF81 Pastel Green

📋 copy color: '#70DF81'

red 112 ◦ green 223 ◦ blue 129

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

Shades of Pastel Green #70DF81

Tints of Pastel Green #70DF81

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.06%

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

R = 24.14%
G = 48.06%
B = 27.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#70DF81 (or 0x70DF81) is known color: Pastel Green. HEX triplet: 70, DF and 81. RGB value is (112,223,129). Sum of RGB (Red+Green+Blue) = 112+223+129=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 223 (87.5% from 255 or 48.06% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DF81 is #8F207E. Grayscale: #B3B3B3. Windows color (decimal): -9379967 or 8511344. OLE color: 8511344.

HSL color Cylindrical-coordinate representation of color #70DF81: hue angle of 129.19º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DF81 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 223 129 -
CMYK 0.50 0 0.42 0.13
HSL 129.19º 0.63% 0.66% -
HSV(B) 129.19º 0.5% 0.87% -
XYZ 37.03 57.81 29.97 -
YUV 179.1 99.73 80.14 -
System Red Green Blue C M Y K H S L
Decimal 112 223 129 0.50 0 0.42 0.13 129.19 0.63 0.66
Hex 70 DF 81 32 0 2A D 81 3F 42
Octal 160 337 201 62 0 52 15 201 77 102
Binary 1110000 11011111 10000001 110010 0 101010 1101 10000001 111111 1000010

Color Harmonies of #70DF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF81

Black with #70DF81

Text Example


Text Example

White with #70DF81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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