Html Css Color HEX #70CC76 Pastel Green

📋 copy color: '#70CC76'

red 112 ◦ green 204 ◦ blue 118

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

Shades of Pastel Green #70CC76

Tints of Pastel Green #70CC76

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47%

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

R = 25.81%
G = 47%
B = 27.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#70CC76 (or 0x70CC76) is known color: Pastel Green. HEX triplet: 70, CC and 76. RGB value is (112,204,118). Sum of RGB (Red+Green+Blue) = 112+204+118=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CC76 is #8F3389. Grayscale: #A6A6A6. Windows color (decimal): -9384842 or 7785584. OLE color: 7785584.

HSL color Cylindrical-coordinate representation of color #70CC76: hue angle of 123.91º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CC76 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 204 118 -
CMYK 0.45 0 0.42 0.2
HSL 123.91º 0.47% 0.62% -
HSV(B) 123.91º 0.45% 0.8% -
XYZ 31.54 47.94 24.73 -
YUV 166.69 100.52 88.99 -
System Red Green Blue C M Y K H S L
Decimal 112 204 118 0.45 0 0.42 0.2 123.91 0.47 0.62
Hex 70 CC 76 2D 0 2A 14 7C 2F 3E
Octal 160 314 166 55 0 52 24 174 57 76
Binary 1110000 11001100 1110110 101101 0 101010 10100 1111100 101111 111110

Color Harmonies of #70CC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CC76

Black with #70CC76

Text Example


Text Example

White with #70CC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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