Html Css Color HEX #70DF63 Pastel Green

📋 copy color: '#70DF63'

red 112 ◦ green 223 ◦ blue 99

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

Shades of Pastel Green #70DF63

Tints of Pastel Green #70DF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.81%

R = 25.81%
G = 51.38%
B = 22.81%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#70DF63 (or 0x70DF63) is known color: Pastel Green. HEX triplet: 70, DF and 63. RGB value is (112,223,99). Sum of RGB (Red+Green+Blue) = 112+223+99=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DF63 is #8F209C. Grayscale: #B0B0B0. Windows color (decimal): -9379997 or 6545264. OLE color: 6545264.

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

Color convert

RGB 112 223 99 -
CMYK 0.50 0 0.56 0.13
HSL 113.71º 0.66% 0.63% -
HSV(B) 113.71º 0.56% 0.87% -
XYZ 35.32 57.12 20.97 -
YUV 175.68 84.73 82.58 -
System Red Green Blue C M Y K H S L
Decimal 112 223 99 0.50 0 0.56 0.13 113.71 0.66 0.63
Hex 70 DF 63 32 0 38 D 72 42 3F
Octal 160 337 143 62 0 70 15 162 102 77
Binary 1110000 11011111 1100011 110010 0 111000 1101 1110010 1000010 111111

Color Harmonies of #70DF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF63

Black with #70DF63

Text Example


Text Example

White with #70DF63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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