Html Css Color HEX #70EB8F Pastel Green

📋 copy color: '#70EB8F'

red 112 ◦ green 235 ◦ blue 143

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

Shades of Pastel Green #70EB8F

Tints of Pastel Green #70EB8F

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.96%

 BLUE value IS 143 (56.25% from 255) = 29.18%

R = 22.86%
G = 47.96%
B = 29.18%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#70EB8F (or 0x70EB8F) is known color: Pastel Green. HEX triplet: 70, EB and 8F. RGB value is (112,235,143). Sum of RGB (Red+Green+Blue) = 112+235+143=490 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.86% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #70EB8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EB8F is #8F1470. Grayscale: #BBBBBB. Windows color (decimal): -9376881 or 9431920. OLE color: 9431920.

HSL color Cylindrical-coordinate representation of color #70EB8F: hue angle of 135.12º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EB8F is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 235 143 -
CMYK 0.52 0 0.39 0.08
HSL 135.12º 0.75% 0.68% -
HSV(B) 135.12º 0.52% 0.92% -
XYZ 41.35 64.84 36.32 -
YUV 187.74 102.75 73.98 -
System Red Green Blue C M Y K H S L
Decimal 112 235 143 0.52 0 0.39 0.08 135.12 0.75 0.68
Hex 70 EB 8F 34 0 27 8 87 4B 44
Octal 160 353 217 64 0 47 10 207 113 104
Binary 1110000 11101011 10001111 110100 0 100111 1000 10000111 1001011 1000100

Color Harmonies of #70EB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EB8F

Black with #70EB8F

Text Example


Text Example

White with #70EB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,235,143); }

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

background-color css

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

 a { background-color: rgb(112,235,143); }

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

border-color css

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

 span { border-color: rgb(112,235,143); }

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