Html Css Color HEX #70E666 Pastel Green

📋 copy color: '#70E666'

red 112 ◦ green 230 ◦ blue 102

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

Shades of Pastel Green #70E666

Tints of Pastel Green #70E666

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.8%

 BLUE value IS 102 (40.23% from 255) = 22.97%

R = 25.23%
G = 51.8%
B = 22.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#70E666 (or 0x70E666) is known color: Pastel Green. HEX triplet: 70, E6 and 66. RGB value is (112,230,102). Sum of RGB (Red+Green+Blue) = 112+230+102=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 230 (90.23% from 255 or 51.80% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 230 - color contains mainly: green. Hex color #70E666 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E666 is #8F1999. Grayscale: #B4B4B4. Windows color (decimal): -9378202 or 6743664. OLE color: 6743664.

HSL color Cylindrical-coordinate representation of color #70E666: hue angle of 115.31º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70E666 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 230 102 -
CMYK 0.51 0 0.56 0.10
HSL 115.31º 0.72% 0.65% -
HSV(B) 115.31º 0.56% 0.9% -
XYZ 37.38 61 22.37 -
YUV 180.13 83.91 79.41 -
System Red Green Blue C M Y K H S L
Decimal 112 230 102 0.51 0 0.56 0.10 115.31 0.72 0.65
Hex 70 E6 66 33 0 38 A 73 48 41
Octal 160 346 146 63 0 70 12 163 110 101
Binary 1110000 11100110 1100110 110011 0 111000 1010 1110011 1001000 1000001

Color Harmonies of #70E666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E666

Black with #70E666

Text Example


Text Example

White with #70E666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,230,102); }

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

background-color css

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

 a { background-color: rgb(112,230,102); }

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

border-color css

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

 span { border-color: rgb(112,230,102); }

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