Html Css Color HEX #70EC75 Pastel Green

📋 copy color: '#70EC75'

red 112 ◦ green 236 ◦ blue 117

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

Shades of Pastel Green #70EC75

Tints of Pastel Green #70EC75

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.75%

 BLUE value IS 117 (46.09% from 255) = 25.16%

R = 24.09%
G = 50.75%
B = 25.16%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#70EC75 (or 0x70EC75) is known color: Pastel Green. HEX triplet: 70, EC and 75. RGB value is (112,236,117). Sum of RGB (Red+Green+Blue) = 112+236+117=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EC75 is #8F138A. Grayscale: #B9B9B9. Windows color (decimal): -9376651 or 7728240. OLE color: 7728240.

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

Color convert

RGB 112 236 117 -
CMYK 0.53 0 0.50 0.07
HSL 122.42º 0.77% 0.68% -
HSV(B) 122.42º 0.53% 0.93% -
XYZ 39.89 64.72 27.22 -
YUV 185.36 89.42 75.68 -
System Red Green Blue C M Y K H S L
Decimal 112 236 117 0.53 0 0.50 0.07 122.42 0.77 0.68
Hex 70 EC 75 35 0 32 7 7A 4D 44
Octal 160 354 165 65 0 62 7 172 115 104
Binary 1110000 11101100 1110101 110101 0 110010 111 1111010 1001101 1000100

Color Harmonies of #70EC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70EC75

Black with #70EC75

Text Example


Text Example

White with #70EC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,236,117); }

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

background-color css

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

 a { background-color: rgb(112,236,117); }

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

border-color css

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

 span { border-color: rgb(112,236,117); }

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