Html Css Color HEX #70CE82 Pastel Green

📋 copy color: '#70CE82'

red 112 ◦ green 206 ◦ blue 130

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

Shades of Pastel Green #70CE82

Tints of Pastel Green #70CE82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.02%

R = 25%
G = 45.98%
B = 29.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.37

 K value IS 0.19

RGB Variations

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

Color information

#70CE82 (or 0x70CE82) is known color: Pastel Green. HEX triplet: 70, CE and 82. RGB value is (112,206,130). Sum of RGB (Red+Green+Blue) = 112+206+130=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CE82 is #8F317D. Grayscale: #A9A9A9. Windows color (decimal): -9384318 or 8572528. OLE color: 8572528.

HSL color Cylindrical-coordinate representation of color #70CE82: hue angle of 131.49º 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 #70CE82 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 206 130 -
CMYK 0.46 0 0.37 0.19
HSL 131.49º 0.49% 0.62% -
HSV(B) 131.49º 0.46% 0.81% -
XYZ 32.78 49.2 28.89 -
YUV 169.23 105.86 87.18 -
System Red Green Blue C M Y K H S L
Decimal 112 206 130 0.46 0 0.37 0.19 131.49 0.49 0.62
Hex 70 CE 82 2E 0 25 13 83 31 3E
Octal 160 316 202 56 0 45 23 203 61 76
Binary 1110000 11001110 10000010 101110 0 100101 10011 10000011 110001 111110

Color Harmonies of #70CE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE82

Black with #70CE82

Text Example


Text Example

White with #70CE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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