Html Css Color HEX #70DF6C Pastel Green

📋 copy color: '#70DF6C'

red 112 ◦ green 223 ◦ blue 108

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

Shades of Pastel Green #70DF6C

Tints of Pastel Green #70DF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.38%

R = 25.28%
G = 50.34%
B = 24.38%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#70DF6C (or 0x70DF6C) is known color: Pastel Green. HEX triplet: 70, DF and 6C. RGB value is (112,223,108). Sum of RGB (Red+Green+Blue) = 112+223+108=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DF6C is #8F2093. Grayscale: #B1B1B1. Windows color (decimal): -9379988 or 7135088. OLE color: 7135088.

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

Color convert

RGB 112 223 108 -
CMYK 0.50 0 0.52 0.13
HSL 117.91º 0.64% 0.65% -
HSV(B) 117.91º 0.52% 0.87% -
XYZ 35.78 57.3 23.36 -
YUV 176.7 89.23 81.85 -
System Red Green Blue C M Y K H S L
Decimal 112 223 108 0.50 0 0.52 0.13 117.91 0.64 0.65
Hex 70 DF 6C 32 0 34 D 76 40 41
Octal 160 337 154 62 0 64 15 166 100 101
Binary 1110000 11011111 1101100 110010 0 110100 1101 1110110 1000000 1000001

Color Harmonies of #70DF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DF6C

Black with #70DF6C

Text Example


Text Example

White with #70DF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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