Html Css Color HEX #70CE66 Pastel Green

📋 copy color: '#70CE66'

red 112 ◦ green 206 ◦ blue 102

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

Shades of Pastel Green #70CE66

Tints of Pastel Green #70CE66

RGB

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

 GREEN value IS 206 (80.86% from 255) = 49.05%

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

R = 26.67%
G = 49.05%
B = 24.29%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#70CE66 (or 0x70CE66) is known color: Pastel Green. HEX triplet: 70, CE and 66. RGB value is (112,206,102). Sum of RGB (Red+Green+Blue) = 112+206+102=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 102 (40.23% from 255 or 24.29% from 420); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE66 is #8F3199. Grayscale: #A6A6A6. Windows color (decimal): -9384346 or 6737520. OLE color: 6737520.

HSL color Cylindrical-coordinate representation of color #70CE66: hue angle of 114.23º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70CE66 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 206 102 -
CMYK 0.46 0 0.50 0.19
HSL 114.23º 0.51% 0.6% -
HSV(B) 114.23º 0.5% 0.81% -
XYZ 31.15 48.55 20.3 -
YUV 166.04 91.86 89.46 -
System Red Green Blue C M Y K H S L
Decimal 112 206 102 0.46 0 0.50 0.19 114.23 0.51 0.6
Hex 70 CE 66 2E 0 32 13 72 33 3C
Octal 160 316 146 56 0 62 23 162 63 74
Binary 1110000 11001110 1100110 101110 0 110010 10011 1110010 110011 111100

Color Harmonies of #70CE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70CE66

Black with #70CE66

Text Example


Text Example

White with #70CE66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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