Html Css Color HEX #70EB90 Pastel Green

📋 copy color: '#70EB90'

red 112 ◦ green 235 ◦ blue 144

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

Shades of Pastel Green #70EB90

Tints of Pastel Green #70EB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.33%

R = 22.81%
G = 47.86%
B = 29.33%

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

#70EB90 (or 0x70EB90) is known color: Pastel Green. HEX triplet: 70, EB and 90. RGB value is (112,235,144). Sum of RGB (Red+Green+Blue) = 112+235+144=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #70EB90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EB90 is #8F146F. Grayscale: #BCBCBC. Windows color (decimal): -9376880 or 9497456. OLE color: 9497456.

HSL color Cylindrical-coordinate representation of color #70EB90: hue angle of 135.61º 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 #70EB90 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 235 144 -
CMYK 0.52 0 0.39 0.08
HSL 135.61º 0.75% 0.68% -
HSV(B) 135.61º 0.52% 0.92% -
XYZ 41.42 64.88 36.72 -
YUV 187.85 103.25 73.9 -
System Red Green Blue C M Y K H S L
Decimal 112 235 144 0.52 0 0.39 0.08 135.61 0.75 0.68
Hex 70 EB 90 34 0 27 8 88 4B 44
Octal 160 353 220 64 0 47 10 210 113 104
Binary 1110000 11101011 10010000 110100 0 100111 1000 10001000 1001011 1000100

Color Harmonies of #70EB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EB90

Black with #70EB90

Text Example


Text Example

White with #70EB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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