Html Css Color HEX #66D16A Pastel Green

📋 copy color: '#66D16A'

red 102 ◦ green 209 ◦ blue 106

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

Shades of Pastel Green #66D16A

Tints of Pastel Green #66D16A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.12%

 BLUE value IS 106 (41.8% from 255) = 25.42%

R = 24.46%
G = 50.12%
B = 25.42%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#66D16A (or 0x66D16A) is known color: Pastel Green. HEX triplet: 66, D1 and 6A. RGB value is (102,209,106). Sum of RGB (Red+Green+Blue) = 102+209+106=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 209 (82.03% from 255 or 50.12% from 417); Blue value is 106 (41.80% from 255 or 25.42% from 417); Max value from RGB is 209 - color contains mainly: green. Hex color #66D16A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D16A is #992E95. Grayscale: #A5A5A5. Windows color (decimal): -10038934 or 7000422. OLE color: 7000422.

HSL color Cylindrical-coordinate representation of color #66D16A: hue angle of 122.24º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D16A is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 209 106 -
CMYK 0.51 0 0.49 0.18
HSL 122.24º 0.54% 0.61% -
HSV(B) 122.24º 0.51% 0.82% -
XYZ 30.88 49.47 21.56 -
YUV 165.27 94.55 82.88 -
System Red Green Blue C M Y K H S L
Decimal 102 209 106 0.51 0 0.49 0.18 122.24 0.54 0.61
Hex 66 D1 6A 33 0 31 12 7A 36 3D
Octal 146 321 152 63 0 61 22 172 66 75
Binary 1100110 11010001 1101010 110011 0 110001 10010 1111010 110110 111101

Color Harmonies of #66D16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D16A

Black with #66D16A

Text Example


Text Example

White with #66D16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,209,106); }

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

background-color css

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

 a { background-color: rgb(102,209,106); }

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

border-color css

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

 span { border-color: rgb(102,209,106); }

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