Html Css Color HEX #70CE72 Pastel Green

📋 copy color: '#70CE72'

red 112 ◦ green 206 ◦ blue 114

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

Shades of Pastel Green #70CE72

Tints of Pastel Green #70CE72

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.69%

 BLUE value IS 114 (44.92% from 255) = 26.39%

R = 25.93%
G = 47.69%
B = 26.39%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#70CE72 (or 0x70CE72) is known color: Pastel Green. HEX triplet: 70, CE and 72. RGB value is (112,206,114). Sum of RGB (Red+Green+Blue) = 112+206+114=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 206 (80.86% from 255 or 47.69% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE72 is #8F318D. Grayscale: #A7A7A7. Windows color (decimal): -9384334 or 7523952. OLE color: 7523952.

HSL color Cylindrical-coordinate representation of color #70CE72: hue angle of 121.28º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CE72 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 206 114 -
CMYK 0.46 0 0.45 0.19
HSL 121.28º 0.49% 0.62% -
HSV(B) 121.28º 0.46% 0.81% -
XYZ 31.79 48.8 23.66 -
YUV 167.41 97.86 88.48 -
System Red Green Blue C M Y K H S L
Decimal 112 206 114 0.46 0 0.45 0.19 121.28 0.49 0.62
Hex 70 CE 72 2E 0 2D 13 79 31 3E
Octal 160 316 162 56 0 55 23 171 61 76
Binary 1110000 11001110 1110010 101110 0 101101 10011 1111001 110001 111110

Color Harmonies of #70CE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE72

Black with #70CE72

Text Example


Text Example

White with #70CE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,206,114); }

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

background-color css

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

 a { background-color: rgb(112,206,114); }

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

border-color css

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

 span { border-color: rgb(112,206,114); }

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