Html Css Color HEX #70DE58 Pastel Green

📋 copy color: '#70DE58'

red 112 ◦ green 222 ◦ blue 88

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

Shades of Pastel Green #70DE58

Tints of Pastel Green #70DE58

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.61%

 BLUE value IS 88 (34.77% from 255) = 20.85%

R = 26.54%
G = 52.61%
B = 20.85%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#70DE58 (or 0x70DE58) is known color: Pastel Green. HEX triplet: 70, DE and 58. RGB value is (112,222,88). Sum of RGB (Red+Green+Blue) = 112+222+88=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 222 (87.11% from 255 or 52.61% from 422); Blue value is 88 (34.77% from 255 or 20.85% from 422); Max value from RGB is 222 - color contains mainly: green. Hex color #70DE58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DE58 is #8F21A7. Grayscale: #AEAEAE. Windows color (decimal): -9380264 or 5824112. OLE color: 5824112.

HSL color Cylindrical-coordinate representation of color #70DE58: hue angle of 109.25º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70DE58 is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 222 88 -
CMYK 0.50 0 0.60 0.13
HSL 109.25º 0.67% 0.61% -
HSV(B) 109.25º 0.6% 0.87% -
XYZ 34.56 56.39 18.3 -
YUV 173.83 79.56 83.9 -
System Red Green Blue C M Y K H S L
Decimal 112 222 88 0.50 0 0.60 0.13 109.25 0.67 0.61
Hex 70 DE 58 32 0 3C D 6D 43 3D
Octal 160 336 130 62 0 74 15 155 103 75
Binary 1110000 11011110 1011000 110010 0 111100 1101 1101101 1000011 111101

Color Harmonies of #70DE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DE58

Black with #70DE58

Text Example


Text Example

White with #70DE58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,222,88); }

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

background-color css

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

 a { background-color: rgb(112,222,88); }

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

border-color css

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

 span { border-color: rgb(112,222,88); }

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