Html Css Color HEX #66E082 Pastel Green

📋 copy color: '#66E082'

red 102 ◦ green 224 ◦ blue 130

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

Shades of Pastel Green #66E082

Tints of Pastel Green #66E082

RGB

 RED value IS 102 (40.23% from 255) = 22.37%

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

 BLUE value IS 130 (51.17% from 255) = 28.51%

R = 22.37%
G = 49.12%
B = 28.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#66E082 (or 0x66E082) is known color: Pastel Green. HEX triplet: 66, E0 and 82. RGB value is (102,224,130). Sum of RGB (Red+Green+Blue) = 102+224+130=456 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.37% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 130 (51.17% from 255 or 28.51% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #66E082 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66E082 is #991F7D. Grayscale: #B1B1B1. Windows color (decimal): -10035070 or 8577126. OLE color: 8577126.

HSL color Cylindrical-coordinate representation of color #66E082: hue angle of 133.77º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66E082 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 224 130 -
CMYK 0.54 0 0.42 0.12
HSL 133.77º 0.66% 0.64% -
HSV(B) 133.77º 0.54% 0.88% -
XYZ 36.16 57.75 30.36 -
YUV 176.81 101.58 74.64 -
System Red Green Blue C M Y K H S L
Decimal 102 224 130 0.54 0 0.42 0.12 133.77 0.66 0.64
Hex 66 E0 82 36 0 2A C 86 42 40
Octal 146 340 202 66 0 52 14 206 102 100
Binary 1100110 11100000 10000010 110110 0 101010 1100 10000110 1000010 1000000

Color Harmonies of #66E082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66E082

Black with #66E082

Text Example


Text Example

White with #66E082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66E082; }

 p { color: rgb(102,224,130); }

 H1.HeaderClassName
 {
   color: #66E082;
 }
 .AnyTagClassName
 {
   color: #66E082;
 }
</style>

background-color css

<style>
 a { background-color: #66E082; }

 a { background-color: rgb(102,224,130); }

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

border-color css

<style>
 span { border-color: #66E082; }

 span { border-color: rgb(102,224,130); }

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