Html Css Color HEX #70CA7B Pastel Green

📋 copy color: '#70CA7B'

red 112 ◦ green 202 ◦ blue 123

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

Shades of Pastel Green #70CA7B

Tints of Pastel Green #70CA7B

RGB

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

 GREEN value IS 202 (79.3% from 255) = 46.22%

 BLUE value IS 123 (48.44% from 255) = 28.15%

R = 25.63%
G = 46.22%
B = 28.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#70CA7B (or 0x70CA7B) is known color: Pastel Green. HEX triplet: 70, CA and 7B. RGB value is (112,202,123). Sum of RGB (Red+Green+Blue) = 112+202+123=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CA7B is #8F3584. Grayscale: #A6A6A6. Windows color (decimal): -9385349 or 8112752. OLE color: 8112752.

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

Color convert

RGB 112 202 123 -
CMYK 0.45 0 0.39 0.21
HSL 127.33º 0.46% 0.62% -
HSV(B) 127.33º 0.45% 0.79% -
XYZ 31.38 47.12 26.18 -
YUV 166.08 103.68 89.42 -
System Red Green Blue C M Y K H S L
Decimal 112 202 123 0.45 0 0.39 0.21 127.33 0.46 0.62
Hex 70 CA 7B 2D 0 27 15 7F 2E 3E
Octal 160 312 173 55 0 47 25 177 56 76
Binary 1110000 11001010 1111011 101101 0 100111 10101 1111111 101110 111110

Color Harmonies of #70CA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CA7B

Black with #70CA7B

Text Example


Text Example

White with #70CA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,202,123); }

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

background-color css

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

 a { background-color: rgb(112,202,123); }

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

border-color css

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

 span { border-color: rgb(112,202,123); }

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