Html Css Color HEX #70E05D Pastel Green

📋 copy color: '#70E05D'

red 112 ◦ green 224 ◦ blue 93

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

Shades of Pastel Green #70E05D

Tints of Pastel Green #70E05D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.21%

 BLUE value IS 93 (36.72% from 255) = 21.68%

R = 26.11%
G = 52.21%
B = 21.68%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#70E05D (or 0x70E05D) is known color: Pastel Green. HEX triplet: 70, E0 and 5D. RGB value is (112,224,93). Sum of RGB (Red+Green+Blue) = 112+224+93=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 93 (36.72% from 255 or 21.68% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #70E05D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E05D is #8F1FA2. Grayscale: #AFAFAF. Windows color (decimal): -9379747 or 6152304. OLE color: 6152304.

HSL color Cylindrical-coordinate representation of color #70E05D: hue angle of 111.3º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70E05D is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 224 93 -
CMYK 0.50 0 0.58 0.12
HSL 111.3º 0.68% 0.62% -
HSV(B) 111.3º 0.58% 0.88% -
XYZ 35.31 57.55 19.6 -
YUV 175.58 81.39 82.65 -
System Red Green Blue C M Y K H S L
Decimal 112 224 93 0.50 0 0.58 0.12 111.3 0.68 0.62
Hex 70 E0 5D 32 0 3A C 6F 44 3E
Octal 160 340 135 62 0 72 14 157 104 76
Binary 1110000 11100000 1011101 110010 0 111010 1100 1101111 1000100 111110

Color Harmonies of #70E05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E05D

Black with #70E05D

Text Example


Text Example

White with #70E05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,224,93); }

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

background-color css

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

 a { background-color: rgb(112,224,93); }

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

border-color css

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

 span { border-color: rgb(112,224,93); }

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