Html Css Color HEX #70CB7E Pastel Green

📋 copy color: '#70CB7E'

red 112 ◦ green 203 ◦ blue 126

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

Shades of Pastel Green #70CB7E

Tints of Pastel Green #70CB7E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.03%

 BLUE value IS 126 (49.61% from 255) = 28.57%

R = 25.4%
G = 46.03%
B = 28.57%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#70CB7E (or 0x70CB7E) is known color: Pastel Green. HEX triplet: 70, CB and 7E. RGB value is (112,203,126). Sum of RGB (Red+Green+Blue) = 112+203+126=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB7E is #8F3481. Grayscale: #A7A7A7. Windows color (decimal): -9385090 or 8309616. OLE color: 8309616.

HSL color Cylindrical-coordinate representation of color #70CB7E: hue angle of 129.23º 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 #70CB7E is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 203 126 -
CMYK 0.45 0 0.38 0.20
HSL 129.23º 0.47% 0.62% -
HSV(B) 129.23º 0.45% 0.8% -
XYZ 31.8 47.66 27.26 -
YUV 167.01 104.85 88.76 -
System Red Green Blue C M Y K H S L
Decimal 112 203 126 0.45 0 0.38 0.20 129.23 0.47 0.62
Hex 70 CB 7E 2D 0 26 14 81 2F 3E
Octal 160 313 176 55 0 46 24 201 57 76
Binary 1110000 11001011 1111110 101101 0 100110 10100 10000001 101111 111110

Color Harmonies of #70CB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CB7E

Black with #70CB7E

Text Example


Text Example

White with #70CB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,203,126); }

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

background-color css

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

 a { background-color: rgb(112,203,126); }

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

border-color css

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

 span { border-color: rgb(112,203,126); }

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