Html Css Color HEX #70DF76 Pastel Green

📋 copy color: '#70DF76'

red 112 ◦ green 223 ◦ blue 118

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

Shades of Pastel Green #70DF76

Tints of Pastel Green #70DF76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.05%

R = 24.72%
G = 49.23%
B = 26.05%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#70DF76 (or 0x70DF76) is known color: Pastel Green. HEX triplet: 70, DF and 76. RGB value is (112,223,118). Sum of RGB (Red+Green+Blue) = 112+223+118=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 223 (87.5% from 255 or 49.23% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DF76 is #8F2089. Grayscale: #B2B2B2. Windows color (decimal): -9379978 or 7790448. OLE color: 7790448.

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

Color convert

RGB 112 223 118 -
CMYK 0.50 0 0.47 0.13
HSL 123.24º 0.63% 0.66% -
HSV(B) 123.24º 0.5% 0.87% -
XYZ 36.34 57.53 26.33 -
YUV 177.84 94.23 81.04 -
System Red Green Blue C M Y K H S L
Decimal 112 223 118 0.50 0 0.47 0.13 123.24 0.63 0.66
Hex 70 DF 76 32 0 2F D 7B 3F 42
Octal 160 337 166 62 0 57 15 173 77 102
Binary 1110000 11011111 1110110 110010 0 101111 1101 1111011 111111 1000010

Color Harmonies of #70DF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF76

Black with #70DF76

Text Example


Text Example

White with #70DF76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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