Html Css Color HEX #70DF77 Pastel Green

📋 copy color: '#70DF77'

red 112 ◦ green 223 ◦ blue 119

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

Shades of Pastel Green #70DF77

Tints of Pastel Green #70DF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.21%

R = 24.67%
G = 49.12%
B = 26.21%

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

#70DF77 (or 0x70DF77) is known color: Pastel Green. HEX triplet: 70, DF and 77. RGB value is (112,223,119). Sum of RGB (Red+Green+Blue) = 112+223+119=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DF77 is #8F2088. Grayscale: #B2B2B2. Windows color (decimal): -9379977 or 7855984. OLE color: 7855984.

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

Color convert

RGB 112 223 119 -
CMYK 0.50 0 0.47 0.13
HSL 123.78º 0.63% 0.66% -
HSV(B) 123.78º 0.5% 0.87% -
XYZ 36.4 57.55 26.64 -
YUV 177.96 94.73 80.96 -
System Red Green Blue C M Y K H S L
Decimal 112 223 119 0.50 0 0.47 0.13 123.78 0.63 0.66
Hex 70 DF 77 32 0 2F D 7C 3F 42
Octal 160 337 167 62 0 57 15 174 77 102
Binary 1110000 11011111 1110111 110010 0 101111 1101 1111100 111111 1000010

Color Harmonies of #70DF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF77

Black with #70DF77

Text Example


Text Example

White with #70DF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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