Html Css Color HEX #70EE83 Pastel Green

📋 copy color: '#70EE83'

red 112 ◦ green 238 ◦ blue 131

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

Shades of Pastel Green #70EE83

Tints of Pastel Green #70EE83

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.48%

 BLUE value IS 131 (51.56% from 255) = 27.23%

R = 23.28%
G = 49.48%
B = 27.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#70EE83 (or 0x70EE83) is known color: Pastel Green. HEX triplet: 70, EE and 83. RGB value is (112,238,131). Sum of RGB (Red+Green+Blue) = 112+238+131=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 238 (93.36% from 255 or 49.48% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 238 - color contains mainly: green. Hex color #70EE83 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70EE83 is #8F117C. Grayscale: #BCBCBC. Windows color (decimal): -9376125 or 8646256. OLE color: 8646256.

HSL color Cylindrical-coordinate representation of color #70EE83: hue angle of 129.05º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EE83 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 238 131 -
CMYK 0.53 0 0.45 0.07
HSL 129.05º 0.79% 0.69% -
HSV(B) 129.05º 0.53% 0.93% -
XYZ 41.35 66.23 32.08 -
YUV 188.13 95.76 73.7 -
System Red Green Blue C M Y K H S L
Decimal 112 238 131 0.53 0 0.45 0.07 129.05 0.79 0.69
Hex 70 EE 83 35 0 2D 7 81 4F 45
Octal 160 356 203 65 0 55 7 201 117 105
Binary 1110000 11101110 10000011 110101 0 101101 111 10000001 1001111 1000101

Color Harmonies of #70EE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EE83

Black with #70EE83

Text Example


Text Example

White with #70EE83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,238,131); }

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

background-color css

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

 a { background-color: rgb(112,238,131); }

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

border-color css

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

 span { border-color: rgb(112,238,131); }

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